From ce2c6964628abceb69ec8b7ae6f7068658e5bca4 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 30 Jan 2020 00:50:39 +0100 Subject: [PATCH] Bump version --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a65e7e3..63773ce 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := yubikey-touch-detector -VERSION = 1.4.0 +VERSION = 1.4.1 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib diff --git a/main.go b/main.go index e65f665..6c76cfa 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( log "github.com/sirupsen/logrus" ) -const appVersion = "1.4.0" +const appVersion = "1.4.1" func main() { truthyValues := map[string]bool{"true": true, "yes": true, "1": true}