Bump version to 1.0 since the whole current API is covered v1.0
authorMikael Berthe <mikael@lilotux.net>
Sat, 22 Apr 2017 14:49:19 +0200
changeset 145 d7ccfe67fa9e
parent 144 9298c19a2b06
child 146 e78f5b584c9a
Bump version to 1.0 since the whole current API is covered
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"