cmd/version.go
changeset 8 cde24b04e16d
parent 3 71812d67a16b
child 25 280b34baee60
equal deleted inserted replaced
7:df3e9e068778 8:cde24b04e16d
    10 
    10 
    11 	"github.com/spf13/cobra"
    11 	"github.com/spf13/cobra"
    12 )
    12 )
    13 
    13 
    14 // VERSION of the madonctl application
    14 // VERSION of the madonctl application
    15 var VERSION = "0.1.0"
    15 var VERSION = "0.2.0"
    16 
    16 
    17 var versionCmd = &cobra.Command{
    17 var versionCmd = &cobra.Command{
    18 	Use:   "version",
    18 	Use:   "version",
    19 	Short: "Display " + AppName + " version",
    19 	Short: "Display " + AppName + " version",
    20 	Run: func(cmd *cobra.Command, args []string) {
    20 	Run: func(cmd *cobra.Command, args []string) {