bump instrumental agent version

This commit is contained in:
Joel Meador 2016-06-21 17:44:06 -04:00
parent 05a0186196
commit 298d928e27
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ type Instrumental struct {
const (
DefaultHost = "collector.instrumentalapp.com"
HelloMessage = "hello version go/telegraf/1.0\n"
HelloMessage = "hello version go/telegraf/1.1\n"
AuthFormat = "authenticate %s\n"
)