From 4c39f8dae611ad01366105c8e13ffffe11a4ac38 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Tue, 22 Aug 2017 15:53:22 -0600 Subject: [PATCH] Bump version to v3.4.0 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index d0ad3b4..b8791af 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) // Version is the current version of the tool. -const Version = "3.3.0" +const Version = "3.4.0" // versionCmd represents the version command var versionCmd = &cobra.Command{