From 3ce34548041666b0c6f5087dc257f27cae554774 Mon Sep 17 00:00:00 2001 From: n0rdy Date: Wed, 9 Aug 2023 02:09:46 +0200 Subject: [PATCH] Bumped version to 1.0.5 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 359dc8e..cc70aae 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: "1.0.4", + Version: "1.0.5", } // Execute adds all child commands to the root command and sets flags appropriately.