Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Jan 14, 2024
1 parent 16a109a commit 3b3aaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := yubikey-touch-detector
VERSION = 1.10.1
VERSION = 1.11.0

PREFIX ?= /usr
LIB_DIR = $(DESTDIR)$(PREFIX)/lib
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/maximbaz/yubikey-touch-detector/notifier"
)

const appVersion = "1.10.1"
const appVersion = "1.11.0"

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

0 comments on commit 3b3aaaf

Please sign in to comment.