From 17889c25da86bddecf622d47c351f3ff4cebbb93 Mon Sep 17 00:00:00 2001 From: Tristan Morgan Date: Tue, 5 Oct 2021 09:33:25 +1100 Subject: [PATCH] Version bump to run build --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 1d4b1c6b..6f78dcec 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -50,7 +50,7 @@ var rootCmd = &cobra.Command{ This application is used as part of challenging potential candiates at Sevian. Please visit http://Servian.com for more details`, - Version: "0.8.0", + Version: "0.9.0", } // Execute adds all child commands to the root command and sets flags appropriately.