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 df2eee5  Bump version to 1.12.0-dev
df2eee5 is described below

commit df2eee559a1a472f65868c18cc66614c4ea0d87b
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Sep 7 11:30:13 2023 +0200

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

diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index 6a46303..cfeafcf 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
                ExeName:       "newtmgr",
                ShortName:     "Newtmgr",
                LongName:      "Apache Newtmgr",
-               VersionString: "1.11.0",
+               VersionString: "1.12.0-dev",
                CfgFilename:   ".newtmgr.cp.json",
        }
 

Reply via email to