Skip to content

Commit 14d2880

Browse files
committed
Bump version
1 parent e45a300 commit 14d2880

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.5.1
2+
VERSION = 1.5.2
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
@@ -14,7 +14,7 @@ import (
1414
log "github.com/sirupsen/logrus"
1515
)
1616

17-
const appVersion = "1.5.1"
17+
const appVersion = "1.5.2"
1818

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

0 commit comments

Comments
 (0)