From 8130a689d48a6536e87014f0e5383f7d45b5bec5 Mon Sep 17 00:00:00 2001 From: typebasedio Date: Wed, 22 Apr 2026 19:53:45 -0400 Subject: [PATCH] chore(v0.5): bump version to 0.5.0 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 4783feb..12a760e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.4.1" +var version = "0.5.0" var rootCmd = &cobra.Command{ Use: "ctask",