Release 0.1.5, updating CHANGELOG and README

This commit is contained in:
Cameron Sparr
2015-08-13 15:44:46 -06:00
parent b199d7a9fe
commit c26fa33094
3 changed files with 15 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ var fPidfile = flag.String("pidfile", "", "file to write our pid to")
var fPLuginsFilter = flag.String("filter", "", "filter the plugins to enable, separator is :")
// Telegraf version
var Version = "0.1.5-dev"
var Version = "0.1.6-dev"
func main() {
flag.Parse()