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 cf35e5e0 Bump version to 1.15.0-dev
cf35e5e0 is described below
commit cf35e5e04801d38f2f19ac0ff4f075f54ea553f2
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Dec 19 14:52:48 2025 +0100
Bump version to 1.15.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 abb7ad3d..4a37ec42 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, 14, 0}
-var NewtVersionStr = "1.14.0"
+var NewtVersion = Version{1, 14, 9900}
+var NewtVersionStr = "1.15.0-dev"
var NewtGitHash = "unknown"
var NewtDate = "unknown"
-var NewtBlinkyTag string = "mynewt_1_14_0_tag"
+var NewtBlinkyTag string = "master"
var NewtNumJobs int
var NewtForce bool
var NewtAsk bool