docs: version bump
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
abs3nt 2023-03-11 21:35:03 -08:00
parent 62c1714958
commit 8cf145955c
Signed by: abs3nt
GPG Key ID: FDC6662313FA9386
1 changed files with 3 additions and 9 deletions

View File

@ -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() {