Skip to content

Commit 8964142

Browse files
committed
Bump version
1 parent 89b0e7b commit 8964142

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.10.0
2+
VERSION = 1.10.1
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.10.0"
18+
const appVersion = "1.10.1"
1919

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

0 commit comments

Comments
 (0)