Skip to content

Commit 34b5940

Browse files
committed
Bump version
1 parent 7c1dc46 commit 34b5940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BIN := yubikey-touch-detector
2-
VERSION = 1.11.0
2+
VERSION = 1.12.0
33

44
PREFIX ?= /usr
55
LIB_DIR = $(DESTDIR)$(PREFIX)/lib

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.11.0"
21+
const appVersion = "1.12.0"
2222

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

0 commit comments

Comments
 (0)