From 29bf40ce14ce2e396c30fc2a92ef2cccaedc1d55 Mon Sep 17 00:00:00 2001 From: tyru Date: Sun, 1 Apr 2018 07:51:03 +0900 Subject: [PATCH] Bump version: v0.3.3 -> v0.3.4 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 407a9f54..c7614514 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -10,7 +10,7 @@ import ( ) // This variable is not constant for testing (to change it temporarily) -var voltVersion = "v0.3.3" +var voltVersion = "v0.3.4" func init() { cmdMap["version"] = &versionCmd{}