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