diff --git a/.goxc.json b/.goxc.json index 5bcb8b8..2603312 100644 --- a/.goxc.json +++ b/.goxc.json @@ -16,7 +16,7 @@ ], "BuildConstraints": "!plan9,!netbsd,!openbsd,!dragonfly,!solaris,!nacl", "MainDirsExclude": "vendor", - "PackageVersion": "0.3.4", + "PackageVersion": "0.3.5", "TaskSettings": { "publish-github": { "body": "", diff --git a/golifx.go b/golifx.go index 197df57..adce349 100644 --- a/golifx.go +++ b/golifx.go @@ -25,7 +25,7 @@ import ( const ( // VERSION of this library - VERSION = "0.3.4" + VERSION = "0.3.5" ) // NewClient returns a pointer to a new Client and any error that occurred