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 1a69b80 Bump version to 1.13.0-dev
1a69b80 is described below
commit 1a69b80b08904285d851dfdf02ec871cb895bb2d
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Apr 4 13:48:01 2024 +0200
Bump version to 1.13.0-dev
---
newtmgr/newtmgr.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index 92c9d22..19a05b4 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
ExeName: "newtmgr",
ShortName: "Newtmgr",
LongName: "Apache Newtmgr",
- VersionString: "1.12.0",
+ VersionString: "1.13.0-dev",
CfgFilename: ".newtmgr.cp.json",
}