Set next version to 1.7 on master

This commit is contained in:
Daniel Nelson 2018-04-02 14:44:09 -07:00
parent 7b23287e20
commit 413cf6dd23
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ var fService = flag.String("service", "",
var fRunAsConsole = flag.Bool("console", false, "run as console application (windows only)")
var (
nextVersion = "1.6.0"
nextVersion = "1.7.0"
version string
commit string
branch string