Skip to content

Commit

Permalink
Add link to release logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed Sep 2, 2023
1 parent 265b0fa commit a443f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var APP_VERSION = "1.1.76"
var APP_VERSION = "1.1.77"

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Expand Down Expand Up @@ -66,4 +66,5 @@ func init() {
false,
"Describe contents of corgi-compose file",
)
rootCmd.SetVersionTemplate("corgi version {{.Version}}\nChangelog: https://github.com/Andriiklymiuk/corgi/releases/tag/v{{.Version}}\n")
}

0 comments on commit a443f47

Please sign in to comment.