Update master version to 1.8

This commit is contained in:
Daniel Nelson 2018-06-05 11:46:55 -07:00
parent e00d441056
commit 71ba89c39b
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,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.7.0" nextVersion = "1.8.0"
version string version string
commit string commit string
branch string branch string

View File

@ -95,7 +95,7 @@ supported_packages = {
"freebsd": [ "tar" ] "freebsd": [ "tar" ]
} }
next_version = '1.7.0' next_version = '1.8.0'
################ ################
#### Telegraf Functions #### Telegraf Functions