summaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2021-11-29 20:33:34 +0530
committerAyush Agarwal <ayush@fastmail.in>2021-11-29 20:33:34 +0530
commitc8cf96bddc05408b87de71f9efd8bbced8d63dff (patch)
tree41a3e499a3bc609aee44717f8802743cf987f08e /tessen
parent6c87931557643c253959400df9dc31cc8294f933 (diff)
fix(release): bump tessen to version 1.2.3v1.2.3
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index 57877e6..fff1c74 100755
--- a/tessen
+++ b/tessen
@@ -10,7 +10,7 @@ set +x
# GLOBAL VARIABLES
# variables which won't be changed and can be made readonly
-readonly tsn_version="1.2.2"
+readonly tsn_version="1.2.3"
readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}"
readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}"
readonly tsn_delay="${TESSEN_DELAY:-200}"