From 7704cd93fc9738bd6fd91e4fc1b68e5b9ed61907 Mon Sep 17 00:00:00 2001 From: typebasedio Date: Thu, 14 May 2026 20:01:57 -0400 Subject: [PATCH] release(v0.5.4): bump version to 0.5.4 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index fcf5d8a..6fec2a1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.5.3" +var version = "0.5.4" var rootCmd = &cobra.Command{ Use: "ctask",