From e14a45ae9e156cf654e7cb7bf43db8cf5c3d33d8 Mon Sep 17 00:00:00 2001 From: Peter Fern Date: Wed, 11 Nov 2015 08:02:35 +1100 Subject: [PATCH] Bump to v0.3.4 --- .goxc.json | 4 ++-- golifx.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index 8eb2ff2..5bcb8b8 100644 --- a/.goxc.json +++ b/.goxc.json @@ -16,7 +16,7 @@ ], "BuildConstraints": "!plan9,!netbsd,!openbsd,!dragonfly,!solaris,!nacl", "MainDirsExclude": "vendor", - "PackageVersion": "0.3.3", + "PackageVersion": "0.3.4", "TaskSettings": { "publish-github": { "body": "", @@ -25,4 +25,4 @@ } }, "ConfigVersion": "0.9" -} +} \ No newline at end of file diff --git a/golifx.go b/golifx.go index d17c5dd..197df57 100644 --- a/golifx.go +++ b/golifx.go @@ -25,7 +25,7 @@ import ( const ( // VERSION of this library - VERSION = `0.3.3` + VERSION = "0.3.4" ) // NewClient returns a pointer to a new Client and any error that occurred