From 9c2d0b52dbac0be86e830922139b9efee5676490 Mon Sep 17 00:00:00 2001 From: Tony Seebregts Date: Wed, 17 Feb 2021 11:31:04 -0800 Subject: [PATCH] Release v0.6.10 --- Makefile | 2 +- README.md | 2 +- uhppote/uhppote.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4e8f695..213c641 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DIST ?= development DEBUG ?= --debug -VERSION = v0.6.x +VERSION = v0.6.10 LDFLAGS = -ldflags "-X uhppote.VERSION=$(VERSION)" .PHONY: bump diff --git a/README.md b/README.md index 0766546..7d0760e 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/uhppote/uhppote.go b/uhppote/uhppote.go index 49ec8ff..f3411af 100644 --- a/uhppote/uhppote.go +++ b/uhppote/uhppote.go @@ -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