From f7832764e0347f75963419e4960efa0fd9327c5a Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Fri, 13 Jul 2018 18:16:50 +0100 Subject: [PATCH] Bump to v3.0.1 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 4aabc5e37..6331a33ad 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -9,7 +9,7 @@ import ( // Version is the version of the current build. // It follows semantic versioning. -const Version = "3.0.0" +const Version = "3.0.1" // checkLatest flag for version command. var checkLatest bool