# HG changeset patch # User Mikael Berthe # Date 1492865359 -7200 # Node ID d7ccfe67fa9e34c8c356981911edf99ec9a2be45 # Parent 9298c19a2b06d92262c2455c53dff1407e524875 Bump version to 1.0 since the whole current API is covered diff -r 9298c19a2b06 -r d7ccfe67fa9e madon.go --- a/madon.go Sat Apr 22 13:08:21 2017 +0200 +++ b/madon.go Sat Apr 22 14:49:19 2017 +0200 @@ -16,7 +16,7 @@ const ( // MadonVersion contains the version of the Madon library - MadonVersion = "0.2" + MadonVersion = "1.0" // API version implemented in this library apiVersion = "v1"