From a11d48b8cd156ab82bafa395aab0b7cf95f0ea90 Mon Sep 17 00:00:00 2001 From: typebasedio Date: Wed, 22 Apr 2026 21:33:55 -0400 Subject: [PATCH] chore(v0.5.1): bump version to 0.5.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 12a760e..57aad09 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.5.0" +var version = "0.5.1" var rootCmd = &cobra.Command{ Use: "ctask",