summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2023-02-25 22:18:17 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2023-03-18 01:19:17 +0530
commit42f0ca01beac60dd771f9d99fff00fccdc529f20 (patch)
treec12f6a6fa3a2a40166fee18a701f5e218fc8c062
parent4c4ffd35e586b438a511453368a3e687ee40c86d (diff)
refactor: release version should be a local var
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index 5405d7a..3a07aa6 100755
--- a/tessen
+++ b/tessen
@@ -11,7 +11,6 @@
set +x
# GLOBAL VARIABLES
-readonly tsn_version="2.1.3"
declare pass_backend dmenu_backend tsn_action tsn_config
declare -a dmenu_backend_opts tmp_tofi_opts tmp_rofi_opts tmp_wofi_opts
declare tsn_userkey tsn_urlkey tsn_autokey tsn_delay tsn_web_browser
@@ -729,6 +728,7 @@ parse_config() {
}
main() {
+ local -r tsn_version="2.2.0-dev"
# parse arguments because they have the highest priority
# make the values supplied to -p, -d, and -a as readonly
local _opt