cmd/version.go
changeset 97 ce979580711a
parent 83 57afac822019
child 101 aeaae086db13
equal deleted inserted replaced
96:ae637514df66 97:ce979580711a
    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.6.0-dev"
    26 var VERSION = "0.6.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 {