Set next version to 1.7 on master

This commit is contained in:
Daniel Nelson 2018-04-02 14:44:09 -07:00
parent 3e184ff8ba
commit f70694ae4f
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 fRunAsConsole = flag.Bool("console", false, "run as console application (windows only)")
var ( var (
nextVersion = "1.6.0" nextVersion = "1.7.0"
version string version string
commit string commit string
branch string branch string