Skip to content

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Mar 25, 2016
1 parent cc4aa3c commit 668a926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type of device you will interact with.
```go
const (
// VERSION of this library
VERSION = "0.3.6"
VERSION = "0.4.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion golifx.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
// VERSION of this library
VERSION = "0.3.8"
VERSION = "0.4.0"
)

// NewClient returns a pointer to a new Client and any error that occurred
Expand Down

0 comments on commit 668a926

Please sign in to comment.