cmd/version.go
changeset 62 d6d768380860
parent 56 5e261ce3ef20
child 64 0a3663970622
equal deleted inserted replaced
61:e29fec86e0c9 62:d6d768380860
    19 	Version      string `json:"version"`
    19 	Version      string `json:"version"`
    20 	MadonVersion string `json:"madon_version"`
    20 	MadonVersion string `json:"madon_version"`
    21 }
    21 }
    22 
    22 
    23 // VERSION of the madonctl application
    23 // VERSION of the madonctl application
    24 var VERSION = "0.5.0"
    24 var VERSION = "0.5.1"
    25 
    25 
    26 var versionCmd = &cobra.Command{
    26 var versionCmd = &cobra.Command{
    27 	Use:   "version",
    27 	Use:   "version",
    28 	Short: "Display " + AppName + " version",
    28 	Short: "Display " + AppName + " version",
    29 	RunE: func(cmd *cobra.Command, args []string) error {
    29 	RunE: func(cmd *cobra.Command, args []string) error {