# HG changeset patch # User Mikael Berthe # Date 1494439946 -7200 # Node ID fbe21b4aabda8c4039c2c75fd9901202b40308a0 # Parent b63095e0f301c23f31b45dddbae5456363bc9631 Version 1.5.0 diff -r b63095e0f301 -r fbe21b4aabda 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"