diff options
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 |