diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-11-06 21:34:29 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-11-06 21:34:29 +0530 |
commit | 46449a3ef5608a3f59bb9611c50eee6e716f713c (patch) | |
tree | 1113b5cd658f28c649bacecbe2e33e3ac296ccfd /tessen | |
parent | c372d15dfaf3b9e1a630939fa4df2b176deb533e (diff) |
release: bump the version to 1.1.2v1.1.2
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.1.1" +readonly VERSION="1.1.2" 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 |