From f123ebb1f8990aec3a2c7940cc698fe659814174 Mon Sep 17 00:00:00 2001 From: Brett Bender Date: Wed, 1 Apr 2020 19:59:02 -0500 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 f39bd56..e07ed4a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -35,7 +35,7 @@ var rootCmd = &cobra.Command{ Short: "A quick and easy way to run gists", Long: `Quick Script Runner is a command line utility that allows you to run gists with a single command.`, - Version: "0.7.0", + Version: "0.8.0", } // Execute adds all child commands to the root command and sets flags appropriately.