Version 1.5.0 v1.5.0
authorMikael Berthe <mikael@lilotux.net>
Wed, 10 May 2017 20:12:26 +0200
changeset 179 fbe21b4aabda
parent 178 b63095e0f301
child 180 33db1dac6d63
Version 1.5.0
madon.go
--- a/madon.go	Wed May 10 13:07:00 2017 +0200
+++ b/madon.go	Wed May 10 20:12:26 2017 +0200
@@ -23,7 +23,7 @@
 
 const (
 	// MadonVersion contains the version of the Madon library
-	MadonVersion = "1.5.0-dev"
+	MadonVersion = "1.5.0"
 
 	// API version implemented in this library
 	apiVersion     = "v1"