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 89b0e7b commit 8964142Copy full SHA for 8964142
Makefile
@@ -1,5 +1,5 @@
1
BIN := yubikey-touch-detector
2
-VERSION = 1.10.0
+VERSION = 1.10.1
3
4
PREFIX ?= /usr
5
LIB_DIR = $(DESTDIR)$(PREFIX)/lib
main.go
@@ -15,7 +15,7 @@ import (
15
log "github.com/sirupsen/logrus"
16
)
17
18
-const appVersion = "1.10.0"
+const appVersion = "1.10.1"
19
20
func main() {
21
truthyValues := map[string]bool{"true": true, "yes": true, "1": true}
0 commit comments