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

utzig pushed a commit to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git


The following commit(s) were added to refs/heads/1_3_0_dev by this push:
     new 825ab33  Update release to 1.3.0
825ab33 is described below

commit 825ab33591b4f81a496b33ecfa4cb6ba78127ec4
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Nov 30 19:38:45 2017 -0200

    Update release to 1.3.0
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 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 b092a8b..9ccf7bc 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -35,9 +35,9 @@ import (
        "mynewt.apache.org/newt/viper"
 )
 
-var NewtVersion Version = Version{1, 2, 0}
-var NewtVersionStr string = "Apache Newt version: 1.2.0-dev"
-var NewtBlinkyTag string = "master"
+var NewtVersion Version = Version{1, 3, 0}
+var NewtVersionStr string = "Apache Newt version: 1.3.0-dev"
+var NewtBlinkyTag string = "mynewt_1_3_0_tag"
 var NewtNumJobs int
 var NewtForce bool
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to