From fa4a26ce78e09642fd0e46ea1ed88c318be4f21f Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 23 May 2021 15:44:06 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7aa2e40..a4f963d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := yubikey-touch-detector -VERSION = 1.9.0 +VERSION = 1.9.1 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib diff --git a/main.go b/main.go index 6616bc1..0a7c0a6 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( log "github.com/sirupsen/logrus" ) -const appVersion = "1.9.0" +const appVersion = "1.9.1" func main() { truthyValues := map[string]bool{"true": true, "yes": true, "1": true}