aboutsummaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2021-09-20 01:20:09 +0530
committerAyush Agarwal <ayush@fastmail.in>2021-09-20 01:20:17 +0530
commitf862b13106be6c4cff7aa18b954be7094ea850cb (patch)
treec1ca823c9e48d61e9955ead9cf8fe6912cc0060b /tessen
parentdc65dfe5ba1d4c54f10f39c3cc8dd094b782a81c (diff)
bump up the version of tessen
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index c292904..0367fdc 100755
--- 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