Increase version (madon API update) to 1.4.0
authorMikael Berthe <mikael@lilotux.net>
Mon, 01 May 2017 15:02:11 +0200
changeset 166 6c1d017e6208
parent 165 6fe8c96e7263
child 167 b2cee3fad4fe
Increase version (madon API update) to 1.4.0
madon.go
--- a/madon.go	Mon May 01 14:54:57 2017 +0200
+++ b/madon.go	Mon May 01 15:02:11 2017 +0200
@@ -23,7 +23,7 @@
 
 const (
 	// MadonVersion contains the version of the Madon library
-	MadonVersion = "1.3.0"
+	MadonVersion = "1.4.0"
 
 	// API version implemented in this library
 	apiVersion     = "v1"