Version 2.3.0 v2.3.0
authorMikael Berthe <mikael@lilotux.net>
Wed, 21 Mar 2018 22:43:32 +0100
changeset 225 9aa1cb3e1dee
parent 224 60b1d842275a
child 226 212a0e74e719
Version 2.3.0
madon.go
--- a/madon.go	Wed Mar 21 15:28:23 2018 +0100
+++ b/madon.go	Wed Mar 21 22:43:32 2018 +0100
@@ -23,7 +23,7 @@
 
 const (
 	// MadonVersion contains the version of the Madon library
-	MadonVersion = "2.1.0-dev"
+	MadonVersion = "2.3.0"
 
 	// API version implemented in this library
 	apiVersion     = "v1"