diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-09-22 02:17:31 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-09-22 02:17:31 +0530 |
commit | 139e6ec921065606e22699b7963d352b3ffc5571 (patch) | |
tree | 5da54a330d9a15e4f99b35f43a38f1ac75e1f165 /tessen | |
parent | ab240b0ffe9f6e11a2deeb02216e6407ef129898 (diff) |
fix the semver, should pay more attentionv1.1.1
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |