# HG changeset patch # User Mikael Berthe # Date 1493649300 -7200 # Node ID 9ae8ffbea0016bd62e4a0c1f06b839ec82891120 # Parent b2cee3fad4fe0723e614e3f39c846b0c8e210cdc Change version to -dev diff -r b2cee3fad4fe -r 9ae8ffbea001 madon.go --- a/madon.go Mon May 01 12:29:23 2017 +0000 +++ b/madon.go Mon May 01 16:35:00 2017 +0200 @@ -23,7 +23,7 @@ const ( // MadonVersion contains the version of the Madon library - MadonVersion = "1.4.0" + MadonVersion = "1.4.1-dev" // API version implemented in this library apiVersion = "v1"