We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1dc46 commit 34b5940Copy full SHA for 34b5940
Makefile
@@ -1,5 +1,5 @@
1
BIN := yubikey-touch-detector
2
-VERSION = 1.11.0
+VERSION = 1.12.0
3
4
PREFIX ?= /usr
5
LIB_DIR = $(DESTDIR)$(PREFIX)/lib
main.go
@@ -18,7 +18,7 @@ import (
18
"github.com/maximbaz/yubikey-touch-detector/notifier"
19
)
20
21
-const appVersion = "1.11.0"
+const appVersion = "1.12.0"
22
23
func main() {
24
truthyValues := map[string]bool{"true": true, "yes": true, "1": true}
0 commit comments