diff --git a/Makefile b/Makefile index 9ac15e0..1b78df9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := yubikey-touch-detector -VERSION = 1.10.0 +VERSION = 1.10.1 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib diff --git a/main.go b/main.go index da51a7c..d08dcab 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( log "github.com/sirupsen/logrus" ) -const appVersion = "1.10.0" +const appVersion = "1.10.1" func main() { truthyValues := map[string]bool{"true": true, "yes": true, "1": true}