From 2a9198cea6bb8dd403d239454846848d73a573bc Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 5 Apr 2018 11:14:32 -0700 Subject: [PATCH] Fix build.py next_version --- scripts/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.py b/scripts/build.py index fbf3c8590..c4ca4eae3 100755 --- a/scripts/build.py +++ b/scripts/build.py @@ -95,7 +95,7 @@ supported_packages = { "freebsd": [ "tar" ] } -next_version = '1.5.0' +next_version = '1.6.0' ################ #### Telegraf Functions