Skip to content

Commit

Permalink
Update master version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jun 5, 2018
1 parent e00d441 commit 71ba89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/telegraf/telegraf.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var fService = flag.String("service", "",
var fRunAsConsole = flag.Bool("console", false, "run as console application (windows only)")

var (
nextVersion = "1.7.0"
nextVersion = "1.8.0"
version string
commit string
branch string
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"freebsd": [ "tar" ]
}

next_version = '1.7.0'
next_version = '1.8.0'

################
#### Telegraf Functions
Expand Down

0 comments on commit 71ba89c

Please sign in to comment.