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 143fb95  Bump version to 1.15.0-dev
143fb95 is described below

commit 143fb95daec0c03dd72f8552ca1739c74e350a72
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Dec 19 14:53:27 2025 +0100

    Bump version to 1.15.0-dev
---
 newtmgr/newtmgr.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index 26fc3f5..40d0b84 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",
+               VersionString: "1.15.0-dev",
                CfgFilename:   ".newtmgr.cp.json",
        }
 

Reply via email to