From 60f54e0a12abe4e42d9e169727816a91dc55009e Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Fri, 13 Jul 2018 22:35:21 +0100 Subject: [PATCH] Bump version to v3.0.2 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 6331a33ad..698a8acbb 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.1" +const Version = "3.0.2" // checkLatest flag for version command. var checkLatest bool