diff --git a/.goxc.json b/.goxc.json index 4f079dc..5aba430 100644 --- a/.goxc.json +++ b/.goxc.json @@ -16,7 +16,7 @@ ], "BuildConstraints": "!plan9,!netbsd,!openbsd,!dragonfly,!solaris,!nacl", "MainDirsExclude": "vendor", - "PackageVersion": "0.5.0", + "PackageVersion": "0.5.1", "TaskSettings": { "publish-github": { "body": "", diff --git a/README.md b/README.md index b2aee96..d1fa05e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ type of device you will interact with. ```go const ( // VERSION of this library - VERSION = "0.5.0" + VERSION = "0.5.1" ) ``` diff --git a/golifx.go b/golifx.go index 0dfb40b..72c45e2 100644 --- a/golifx.go +++ b/golifx.go @@ -25,7 +25,7 @@ import ( const ( // VERSION of this library - VERSION = "0.5.0" + VERSION = "0.5.1" ) // NewClient returns a pointer to a new Client and any error that occurred