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 f7e6031  Apache Mynewt 1.9.0 release
f7e6031 is described below

commit f7e6031d75177d0e7bd4602f9711d9fd4f0e8709
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Wed Apr 7 10:18:27 2021 +0200

    Apache Mynewt 1.9.0 release
---
 RELEASE_NOTES.md          | 2 +-
 newt/newtutil/newtutil.go | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9650c83..4e3cdb5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-18 March 2020 - Apache Newt v1.8.0
+24 March 2021 - Apache Newt v1.9.0
 
 For full release notes, please visit the
 [Apache Mynewt 
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 9493931..f425fda 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -29,8 +29,8 @@ import (
        "mynewt.apache.org/newt/util"
 )
 
-var NewtVersion = Version{1, 8, 9900}
-var NewtVersionStr = "1.9.0-dev"
+var NewtVersion = Version{1, 9, 9900}
+var NewtVersionStr = "1.10.0-dev"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 

Reply via email to