← Watch feed
chore(core): bump versions after internal release
What changed, and why it matters
This commit only increments version numbers in four header files after an internal release. There are no code, logic, or security changes visible in the diff.
Recommended action
No security action required; treat as routine release bookkeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch bumps VERSION_PATCH/PATCHLEVEL for boardloader (2.1.4→2.1.5), bootloader (2.1.11→2.1.12), prodtest (0.3.1→0.3.2), and trezor-ble (0.1.0→0.1.1). No functional or security-relevant code is modified.
Changed components
core/embed/projects/boardloader/version.hcore/embed/projects/bootloader/version.hcore/embed/projects/prodtest/version.hnordic/trezor/trezor-ble/VERSIONInspect captured patch +4 / −4
diff --git a/core/embed/projects/boardloader/version.h b/core/embed/projects/boardloader/version.h
index 4af28c65..799aa9e3 100644
--- a/core/embed/projects/boardloader/version.h
+++ b/core/embed/projects/boardloader/version.h
@@ -1,4 +1,4 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 1
-#define VERSION_PATCH 4
+#define VERSION_PATCH 5
#define VERSION_BUILD 0
diff --git a/core/embed/projects/bootloader/version.h b/core/embed/projects/bootloader/version.h
index 8904e4c4..a46c62ef 100644
--- a/core/embed/projects/bootloader/version.h
+++ b/core/embed/projects/bootloader/version.h
@@ -4,7 +4,7 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 1
-#define VERSION_PATCH 11
+#define VERSION_PATCH 12
#define VERSION_BUILD 0
#define VERSION_UINT32 \
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \
diff --git a/core/embed/projects/prodtest/version.h b/core/embed/projects/prodtest/version.h
index 844e7aa5..f635552f 100644
--- a/core/embed/projects/prodtest/version.h
+++ b/core/embed/projects/prodtest/version.h
@@ -4,7 +4,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 3
-#define VERSION_PATCH 1
+#define VERSION_PATCH 2
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 0
diff --git a/nordic/trezor/trezor-ble/VERSION b/nordic/trezor/trezor-ble/VERSION
index 1457d6ad..51fb5420 100644
--- a/nordic/trezor/trezor-ble/VERSION
+++ b/nordic/trezor/trezor-ble/VERSION
@@ -1,5 +1,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 1
-PATCHLEVEL = 0
+PATCHLEVEL = 1
VERSION_TWEAK = 0
EXTRAVERSION =
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.