From 17c689f093c7469454c8ec668ae64dfb271fb463 Mon Sep 17 00:00:00 2001 From: Thomas Winsnes Date: Fri, 7 Dec 2018 16:46:43 +1100 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 7e653c67..abc3323d 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.4", + Version: "0.3.5", } // Execute adds all child commands to the root command and sets flags appropriately.