commit f862b13106be6c4cff7aa18b954be7094ea850cb
parent dc65dfe5ba1d4c54f10f39c3cc8dd094b782a81c
Author: Ayush Agarwal <ayush@fastmail.in>
Date: Mon, 20 Sep 2021 01:20:09 +0530
bump up the version of tessen
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tessen b/tessen
@@ -12,7 +12,7 @@ export PATH
umask 077
# initialize the global variables
-readonly VERSION="1.1.0"
+readonly VERSION="2.0.0"
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