From f7f4ab9e7cb978c0c53adb50fa91daa4d01be143 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 30 Jul 2020 19:49:17 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02aa74b..d0f3b2c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := yubikey-touch-detector -VERSION = 1.8.0 +VERSION = 1.8.1 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib diff --git a/main.go b/main.go index a80c254..807680f 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( log "github.com/sirupsen/logrus" ) -const appVersion = "1.8.0" +const appVersion = "1.8.1" func main() { truthyValues := map[string]bool{"true": true, "yes": true, "1": true}