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