From c2e5fa7c606179144a50edc7a2a19de5f1ae7e62 Mon Sep 17 00:00:00 2001 From: Mikael Berthe Date: Sat, 29 Apr 2017 17:30:58 +0200 Subject: [PATCH] Bump library version --- madon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/madon.go b/madon.go index 3b9f8cd..b3279ac 100644 --- a/madon.go +++ b/madon.go @@ -23,7 +23,7 @@ type apiCallParams map[string]string const ( // MadonVersion contains the version of the Madon library - MadonVersion = "1.2.0-dev" + MadonVersion = "1.2.0" // API version implemented in this library apiVersion = "v1"