diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-09-20 01:20:09 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-09-20 01:20:17 +0530 |
commit | f862b13106be6c4cff7aa18b954be7094ea850cb (patch) | |
tree | c1ca823c9e48d61e9955ead9cf8fe6912cc0060b /tessen | |
parent | dc65dfe5ba1d4c54f10f39c3cc8dd094b782a81c (diff) |
bump up the version of tessen
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |