diff --git a/cmd/root.go b/cmd/root.go index 1254223..58be6fa 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,7 +11,7 @@ var rootCmd = &cobra.Command{ Use: "remindme", Short: "A tool to set reminders from the terminal", Long: `A tool to set reminders from the terminal.`, - Version: "0.0.6", + Version: "0.0.7", } // Execute adds all child commands to the root command and sets flags appropriately.