From e0c9dfd892f12b8740d16bc8d78839f037c56f08 Mon Sep 17 00:00:00 2001 From: Peter Fern Date: Mon, 2 Nov 2015 09:09:25 +1100 Subject: [PATCH] Bump to v0.3.3 --- golifx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golifx.go b/golifx.go index 3ff14f4..d17c5dd 100644 --- a/golifx.go +++ b/golifx.go @@ -25,7 +25,7 @@ import ( const ( // VERSION of this library - VERSION = `0.3.2` + VERSION = `0.3.3` ) // NewClient returns a pointer to a new Client and any error that occurred