From acf209dac6fe7adc90c6be5b4d505528e3856391 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sat, 19 Aug 2017 12:54:22 -0600 Subject: [PATCH] Bump version to v3.0.0-alpha.3 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 7c7f42c09..0c55256c5 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-alpha.2" +const Version = "3.0.0-alpha.3" // checkLatest flag for version command. var checkLatest bool