From dea64fcbb738376d1c307d4b7effc1696bd65f2d Mon Sep 17 00:00:00 2001 From: typebasedio Date: Fri, 8 May 2026 14:05:16 -0400 Subject: [PATCH] chore(v0.5.3): bump version to 0.5.3 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index f167c5c..fcf5d8a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.5.2" +var version = "0.5.3" var rootCmd = &cobra.Command{ Use: "ctask",