From 8cf145955c06f9600076c08c610db9dbc0d6cdf0 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sat, 11 Mar 2023 21:35:03 -0800 Subject: [PATCH] docs: version bump --- cmd/version.go | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 6ccf337..cec6832 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,19 +7,13 @@ import ( "github.com/spf13/cobra" ) -var Version = "v0.2.8" +var Version = "v0.2.11" // versionCmd represents the version command var versionCmd = &cobra.Command{ Use: "version", - Short: "A brief description of your command", - Long: `A longer description that spans multiple lines and likely contains examples -and usage of using your command. For example: - -Cobra is a CLI library for Go that empowers applications. -This application is a tool to generate the needed files -to quickly create a Cobra application.`, - Run: version, + Short: "Prints current verison", + Run: version, } func init() {