From 871af3ac82375bb411f65410f384da6277a1426e Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sat, 12 May 2018 14:30:29 +0200 Subject: [PATCH] Bump version to 3.0.0-alpha.4 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 7f9334ffc..9a9d47899 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.1" +const Version = "3.0.0-alpha.4" // checkLatest flag for version command. var checkLatest bool