diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-23 04:33:42 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-23 04:33:42 +0530 |
commit | 32b8804a03679896feb0e99351093d19cf23c4f6 (patch) | |
tree | 997a3785c3b34998a51f89f39bfab0fd2be79236 /tessen | |
parent | fa91e89efc114b08cd1fbae8d2afd233a528ea86 (diff) |
release: bump version to 2.2.0v2.2.0
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -681,7 +681,7 @@ parse_config() { } main() { - local -r tsn_version="2.2.0-dev" + local -r tsn_version="2.2.0" # parse arguments because they have the highest priority # make the values supplied to -p, -d, and -a as readonly local _opt |