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-newtmgr.git
commit d981269076af5c28e6a5206faea8122a591e079c Author: Szymon Janc <szymon.j...@codecoup.pl> AuthorDate: Thu Apr 9 14:30:23 2020 +0200 Update version to 1.9.0-dev --- newtmgr/newtmgr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go index eeaef26..80502b5 100644 --- a/newtmgr/newtmgr.go +++ b/newtmgr/newtmgr.go @@ -77,7 +77,7 @@ func main() { ExeName: "newtmgr", ShortName: "Newtmgr", LongName: "Apache Newtmgr", - VersionString: "1.8.0", + VersionString: "1.9.0-dev", CfgFilename: ".newtmgr.cp.json", }