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 45d5c9e commit c90818bCopy full SHA for c90818b
main.go
@@ -18,7 +18,7 @@ import (
18
"github.com/maximbaz/yubikey-touch-detector/notifier"
19
)
20
21
-const appVersion = "1.12.2"
+const appVersion = "1.12.3"
22
23
func main() {
24
truthyValues := map[string]bool{"true": true, "yes": true, "1": true}
0 commit comments