From 35d3b24e090848f43d7416c6fa03d0c11b5e93f3 Mon Sep 17 00:00:00 2001 From: typebasedio Date: Wed, 22 Apr 2026 18:03:43 -0400 Subject: [PATCH] chore(v0.4.1): bump version to 0.4.1 Co-Authored-By: Claude Opus 4.7 (1M context) --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 976138d..4783feb 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.4.0" +var version = "0.4.1" var rootCmd = &cobra.Command{ Use: "ctask",