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.