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 738aeb7c Bump version to 1.12.0-dev
738aeb7c is described below
commit 738aeb7c4949da13016c9c46674b8be261b3dfa0
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Sep 7 11:28:48 2023 +0200
Bump version to 1.12.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 85fe2252..eb91b3a8 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, 11, 0}
-var NewtVersionStr = "1.11.0"
+var NewtVersion = Version{1, 11, 9900}
+var NewtVersionStr = "1.12.0-dev"
var NewtGitHash = "unknown"
var NewtDate = "unknown"
-var NewtBlinkyTag string = "mynewt_1_11_0_tag"
+var NewtBlinkyTag string = "master"
var NewtNumJobs int
var NewtForce bool
var NewtAsk bool