You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2020/04/09 14:54:15 UTC

[mynewt-newt] 03/03: Bump version to 1.9.0-dev

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

commit c5d1e422bfa335b3b58589eca2401ec3616e889e
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Apr 9 14:27:56 2020 +0200

    Bump version to 1.9.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 07c7e1e..9493931 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -29,12 +29,12 @@ import (
 	"mynewt.apache.org/newt/util"
 )
 
-var NewtVersion = Version{1, 8, 0}
-var NewtVersionStr = "1.8.0"
+var NewtVersion = Version{1, 8, 9900}
+var NewtVersionStr = "1.9.0-dev"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 
-var NewtBlinkyTag string = "mynewt_1_8_0_tag"
+var NewtBlinkyTag string = "master"
 var NewtNumJobs int
 var NewtForce bool
 var NewtAsk bool