cmd/version.go
changeset 116 3dd35bdb63ac
parent 109 912e72511084
child 119 cf398230331a
equal deleted inserted replaced
115:8ae0dda7756d 116:3dd35bdb63ac
    21 	Version      string `json:"version"`
    21 	Version      string `json:"version"`
    22 	MadonVersion string `json:"madon_version"`
    22 	MadonVersion string `json:"madon_version"`
    23 }
    23 }
    24 
    24 
    25 // VERSION of the madonctl application
    25 // VERSION of the madonctl application
    26 var VERSION = "0.7.0-dev"
    26 var VERSION = "1.0.0"
    27 
    27 
    28 var versionCmd = &cobra.Command{
    28 var versionCmd = &cobra.Command{
    29 	Use:   "version",
    29 	Use:   "version",
    30 	Short: "Display " + AppName + " version",
    30 	Short: "Display " + AppName + " version",
    31 	RunE: func(cmd *cobra.Command, args []string) error {
    31 	RunE: func(cmd *cobra.Command, args []string) error {