Update master version to 1.8
This commit is contained in:
parent
e00d441056
commit
71ba89c39b
|
@ -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
|
||||||
|
|
|
@ -95,7 +95,7 @@ supported_packages = {
|
||||||
"freebsd": [ "tar" ]
|
"freebsd": [ "tar" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
next_version = '1.7.0'
|
next_version = '1.8.0'
|
||||||
|
|
||||||
################
|
################
|
||||||
#### Telegraf Functions
|
#### Telegraf Functions
|
||||||
|
|
Loading…
Reference in New Issue