From c6db475d564572cc18e1ff994f54b43f7b8513cd Mon Sep 17 00:00:00 2001 From: snail Date: Thu, 24 Oct 2024 16:51:12 +0800 Subject: [PATCH] The v1.1.1 version has been released and has entered the stable version. --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index e20e40f..bb6880a 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const version = "v1.0.5" +const version = "v1.1.1" // versionCmd represents the version command var versionCmd = &cobra.Command{