From f22b266c6ce38104f5db4f6c00d455b82b52bfca Mon Sep 17 00:00:00 2001 From: typebasedio Date: Fri, 10 Apr 2026 14:55:23 -0400 Subject: [PATCH] chore(v0.3): bump version to 0.3.0 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 953dd29..3592699 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.2.0" +var version = "0.3.0" var rootCmd = &cobra.Command{ Use: "ctask",