From 000987b9e9f8a156f2b276b83820f0f89f414166 Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 25 Aug 2018 21:50:09 +1000 Subject: [PATCH] Version bump --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index e9d58bc0..7e653c67 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -54,7 +54,7 @@ var rootCmd = &cobra.Command{ This application is used as part of testing potential candiates at Vibrato. Please visit http://vibrato.com.au for more details`, - Version: "0.3.3", + Version: "0.3.4", } // Execute adds all child commands to the root command and sets flags appropriately.