Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Jan 8, 2025
1 parent 45d5c9e commit c90818b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/maximbaz/yubikey-touch-detector/notifier"
)

const appVersion = "1.12.2"
const appVersion = "1.12.3"

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

0 comments on commit c90818b

Please sign in to comment.