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-newt.git
The following commit(s) were added to refs/heads/master by this push:
new fca2b91a Bump version to 1.13.0-dev
fca2b91a is described below
commit fca2b91a52489ba5847b27c088507e03ba4cecfc
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Apr 4 13:46:42 2024 +0200
Bump version to 1.13.0-dev
---
newt/newtutil/newtutil.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 92461cb0..9e129e67 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -30,12 +30,12 @@ import (
"mynewt.apache.org/newt/util"
)
-var NewtVersion = Version{1, 12, 0}
-var NewtVersionStr = "1.12.0"
+var NewtVersion = Version{1, 12, 9900}
+var NewtVersionStr = "1.13.0-dev"
var NewtGitHash = "unknown"
var NewtDate = "unknown"
-var NewtBlinkyTag string = "mynewt_1_12_0_tag"
+var NewtBlinkyTag string = "master"
var NewtNumJobs int
var NewtForce bool
var NewtAsk bool