From d95616664aefba221d0b8c7b12c38883deba882e Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:58:42 +0100 Subject: [PATCH] chore: version++ --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 2d70daf..3705a57 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/cobra" ) -var version string = "0.6.1-alpha" +var version string = "0.7.0" // versionCmd represents the version command var versionCmd = &cobra.Command{