Bump library version
authorMikael Berthe <mikael@lilotux.net>
Fri, 26 May 2017 09:56:24 +0200
changeset 180 33db1dac6d63
parent 179 fbe21b4aabda
child 181 1217aa2a132b
Bump library version
madon.go
--- a/madon.go	Wed May 10 20:12:26 2017 +0200
+++ b/madon.go	Fri May 26 09:56:24 2017 +0200
@@ -23,7 +23,7 @@
 
 const (
 	// MadonVersion contains the version of the Madon library
-	MadonVersion = "1.5.0"
+	MadonVersion = "1.6.0-dev"
 
 	// API version implemented in this library
 	apiVersion     = "v1"