Bump version to 2.1.0-dev
authorMikael Berthe <mikael@lilotux.net>
Sun, 18 Mar 2018 23:27:15 +0100
changeset 177 a4dd67603406
parent 176 7efbbed5cf3c
child 178 15d211137c20
Bump version to 2.1.0-dev (Requires madon dependency upgrade!)
cmd/version.go
--- a/cmd/version.go	Sun Mar 18 23:13:55 2018 +0100
+++ b/cmd/version.go	Sun Mar 18 23:27:15 2018 +0100
@@ -23,7 +23,7 @@
 }
 
 // VERSION of the madonctl application
-var VERSION = "2.0.0-dev"
+var VERSION = "2.1.0-dev"
 
 var versionCmd = &cobra.Command{
 	Use:   "version",