From 139e6ec921065606e22699b7963d352b3ffc5571 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Wed, 22 Sep 2021 02:17:31 +0530 Subject: fix the semver, should pay more attention --- tessen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tessen') diff --git a/tessen b/tessen index 6c17daa..a51c1b5 100755 --- a/tessen +++ b/tessen @@ -15,7 +15,7 @@ umask 077 set +x # initialize the global variables -readonly VERSION="1.0.0" +readonly VERSION="1.1.1" readonly PREFIX="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly CLIP_TIME="${PASSWORD_STORE_CLIP_TIME:-15}" BACKEND="${TESSEN_BACKEND:-bemenu}" # uses the value of TESSEN_BACKEND if set by user -- cgit v1.2.3