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