v1.4.2 (fixed JSON tags)
authorMikael Berthe <mikael@lilotux.net>
Mon, 01 May 2017 22:15:28 +0200
changeset 173 6f618f9086bf
parent 172 1f8ea3aa20e7
child 174 349081794232
v1.4.2 (fixed JSON tags)
madon.go
--- a/madon.go	Mon May 01 19:18:10 2017 +0200
+++ b/madon.go	Mon May 01 22:15:28 2017 +0200
@@ -23,7 +23,7 @@
 
 const (
 	// MadonVersion contains the version of the Madon library
-	MadonVersion = "1.4.1"
+	MadonVersion = "1.4.2"
 
 	// API version implemented in this library
 	apiVersion     = "v1"