From c160b5622924b11aef68cf2402d10c06fb74ce1c Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 4 Apr 2018 21:53:20 -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..209ced781 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.7.0' ################ #### Telegraf Functions