diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-09-21 02:37:02 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-09-21 02:37:02 +0530 |
commit | 479748baa6628009676d6b617cf261ca5ea94086 (patch) | |
tree | 88fe4151a72e4d26ecea2680b9c0a0446d8bd49d /tessen | |
parent | 7f90c32284a07b81d93bf4fe6cfdc8eaff708fa3 (diff) |
fix the semver stupidity and prepare v1.0 releasev1.0.0
I was being stupid with the sem versions while making this script. I
thought about editing the individual commits and rebasing and force
pushing the repo but decided against it. Hopefully, this isn't too
embarassing.
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="2.0.0" +readonly VERSION="1.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 |