cmd/version.go
changeset 25 280b34baee60
parent 8 cde24b04e16d
child 26 530bd59bae97
equal deleted inserted replaced
24:9fcffbaa8cd0 25:280b34baee60
    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.2.0"
    15 var VERSION = "0.3.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) {