Skip to content

Commit c90818b

Browse files
committed
Bump version
1 parent 45d5c9e commit c90818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"github.com/maximbaz/yubikey-touch-detector/notifier"
1919
)
2020

21-
const appVersion = "1.12.2"
21+
const appVersion = "1.12.3"
2222

2323
func main() {
2424
truthyValues := map[string]bool{"true": true, "yes": true, "1": true}

0 commit comments

Comments
 (0)