diff --git a/Makefile b/Makefile index 8f2c88b..5728676 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := yubikey-touch-detector -VERSION = 1.11.0 +VERSION = 1.12.0 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib diff --git a/main.go b/main.go index bb596cb..ff149cd 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( "github.com/maximbaz/yubikey-touch-detector/notifier" ) -const appVersion = "1.11.0" +const appVersion = "1.12.0" func main() { truthyValues := map[string]bool{"true": true, "yes": true, "1": true}