This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git
The following commit(s) were added to refs/heads/master by this push:
new 144a2be Prepare for Apache Mynewt 1.14.0 release
144a2be is described below
commit 144a2bebdd9d755c12c7d4ca2059997e61510e4a
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Dec 15 11:17:45 2025 +0100
Prepare for Apache Mynewt 1.14.0 release
---
RELEASE_NOTES.md | 2 +-
newtmgr/newtmgr.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 005f212..e77f9ee 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# RELEASE NOTES
-13 November 2024 - Apache Newtmgr v1.13.0
+15 December 2025 - Apache Newtmgr v1.14.0
For full release notes, please visit the
[Apache Mynewt
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index 7e0f73c..26fc3f5 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
ExeName: "newtmgr",
ShortName: "Newtmgr",
LongName: "Apache Newtmgr",
- VersionString: "1.14.0-dev",
+ VersionString: "1.14.0",
CfgFilename: ".newtmgr.cp.json",
}