You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/11/28 00:35:43 UTC

[mynewt-newt] branch master updated: Bump version to 1.6.0-dev

This is an automated email from the ASF dual-hosted git repository.

ccollins 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 e4484cd  Bump version to 1.6.0-dev
e4484cd is described below

commit e4484cd289520312a0f4145b3ebc97b0c64a020b
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Mon Nov 26 13:26:54 2018 -0800

    Bump version to 1.6.0-dev
---
 newt/newtutil/newtutil.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 3ea9fe2..0fd9f27 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -32,7 +32,7 @@ import (
 )
 
 var NewtVersion Version = Version{1, 5, 9900}
-var NewtVersionStr string = "Apache Newt version: 1.5.0-dev"
+var NewtVersionStr string = "Apache Newt version: 1.6.0-dev"
 var NewtBlinkyTag string = "master"
 var NewtNumJobs int
 var NewtForce bool