Skip to content

Commit

Permalink
Release v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Feb 17, 2021
1 parent d3a910a commit 9c2d0b5
Show file tree
Hide file tree
Showing 3 changed files with 3 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.x
VERSION = v0.6.10
LDFLAGS = -ldflags "-X uhppote.VERSION=$(VERSION)"

.PHONY: bump
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Supported operating systems:

| *Version* | *Description* |
| --------- | ----------------------------------------------------------------------------------------- |
| v0.6.11 | Bumped version to 0.6.11 for initial `uhppoted-app-wild-apricot` release |
| v0.6.10 | Bumped version to 0.6.10 for initial `uhppoted-app-wild-apricot` release |
| v0.6.8 | Improved internal support for UHPPOTE v6.62 firmware |
| v0.6.7 | Implements `record-special-events` for enabling and disabling door events |
| v0.6.5 | Maintenance release for version compatibility with NodeRED module |
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.11"
var VERSION string = "v0.6.10"

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

0 comments on commit 9c2d0b5

Please sign in to comment.