chore(core/secmon): bump version to 1.0.14
What changed, and why it matters
This commit only increases a version number from 1.0.13 to 1.0.14 in a header file for the secure monitor component. There are no code changes, no bug fixes, and no security-related content in the diff.
No security action needed. Treat as routine version bookkeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a single-line change in core/embed/projects/secmon/version.h, incrementing VERSION_PATCH from 13 to 14. No functional code, memory safety, cryptographic, or access-control changes are present. The commit message is a routine chore with [no changelog].
Changed components
core/embed/projects/secmon/version.hInspect captured patch +1 / −1
diff --git a/core/embed/projects/secmon/version.h b/core/embed/projects/secmon/version.h
index 819400d9..51e3cb77 100644
--- a/core/embed/projects/secmon/version.h
+++ b/core/embed/projects/secmon/version.h
@@ -4,5 +4,5 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
-#define VERSION_PATCH 13
+#define VERSION_PATCH 14
#define VERSION_BUILD 0
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.