From 11302143ec99febd72d71dad9f0287e34ef05028 Mon Sep 17 00:00:00 2001 From: FerroO2000 Date: Tue, 30 May 2023 18:21:48 +0200 Subject: [PATCH] version updated --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index bf726ba..be11c01 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const version = "v0.1.0" +const version = "v0.2.0" // versionCmd represents the version command var versionCmd = &cobra.Command{