From 3b3aaaf91c5e145093b0e9a38f68816a86671d48 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 14 Jan 2024 11:41:37 +0100 Subject: [PATCH] Bump version --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d7a753..8f2c88b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := yubikey-touch-detector -VERSION = 1.10.1 +VERSION = 1.11.0 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib diff --git a/main.go b/main.go index dd0aeb4..3b2d0c4 100644 --- a/main.go +++ b/main.go @@ -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}