Skip to content

Commit

Permalink
Bumping release to v0.6.12 to resolve conflict with retracted v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Apr 28, 2021
1 parent 12022d9 commit 2aaf396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.11
VERSION = v0.6.12
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 | Improved handling of concurrent requests and invalid responses |
| v0.6.12 | Improved handling of concurrent requests and invalid responses |
| 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 |
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.11
## v0.6.12

### 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 @@ -14,7 +14,7 @@ import (
codec "github.com/uhppoted/uhppote-core/encoding/UTO311-L0x"
)

var VERSION string = "v0.6.x"
var VERSION string = "v0.6.12"
var guard sync.Mutex

type iuhppote interface {
Expand Down

0 comments on commit 2aaf396

Please sign in to comment.