Skip to content

Commit

Permalink
Release v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Nov 11, 2020
1 parent 07c3045 commit c3d0334
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DIST ?= development
DEBUG ?= --debug
VERSION = v0.6.4
VERSION = v0.6.5
LDFLAGS = -ldflags "-X uhppote.VERSION=$(VERSION)"

.PHONY: bump
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Supported operating systems:

| *Version* | *Description* |
| --------- | ----------------------------------------------------------------------------------------- |
| v0.6.5 | Maintenance release for version compatibility with NodeRED module |
| v0.6.4 | Added support for uhppoted-app-sheets |
| v0.6.3 | Added support for MQTT ACL API |
| v0.6.2 | Added support for REST ACL API |
| v0.6.1 | Added support for CLI ACL commands |
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.6.x
## v0.6.5

### IN PROGRESS

Expand Down
2 changes: 1 addition & 1 deletion uhppote/uhppote.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"time"
)

var VERSION string = "v0.6.4"
var VERSION string = "v0.6.5"

type iuhppote interface {
Execute(serialNumber uint32, request, reply interface{}) error
Expand Down

0 comments on commit c3d0334

Please sign in to comment.