diff options
author | Ayush Agarwal <ayush@ayushnix.com> | 2024-03-05 20:24:07 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@ayushnix.com> | 2024-03-05 20:24:07 +0530 |
commit | 36e96be5de284076afbabaf477f0d147a66f56db (patch) | |
tree | 038f3cf0719db4b2367d7a3c0ad50bae53d864d5 /tessen | |
parent | a01c5fa346c91c98edc82000e2028e385b7a3718 (diff) |
release: bump version to 2.2.3v2.2.3
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -684,7 +684,7 @@ parse_config() { } main() { - local -r tsn_version="2.2.2" + local -r tsn_version="2.2.3" # parse arguments because they have the highest priority # make the values supplied to -p, -d, and -a as readonly local _opt |