Skip to content

Commit a2161c4

Browse files
committed
Bump version
1 parent ab60057 commit a2161c4

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.9.3
2+
VERSION = 1.10.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
@@ -15,7 +15,7 @@ import (
1515
log "github.com/sirupsen/logrus"
1616
)
1717

18-
const appVersion = "1.9.3"
18+
const appVersion = "1.10.0"
1919

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

0 commit comments

Comments
 (0)