From 60085d36d6c06917438b4247ae1b2cc027d69aa2 Mon Sep 17 00:00:00 2001 From: Zeni Kim Date: Thu, 7 May 2026 22:58:42 -0500 Subject: [PATCH] fix version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index d27893d..a62dfc6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,7 @@ var cfgFile string // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "goffee", - Version: "v1.7.1", + Version: "v1.7.2", Short: "Goffee is the cli tool", Long: `Goffee is the cli tool for creating new projects and performing other tasks`,