diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-30 14:40:24 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-30 14:40:24 +0530 |
commit | 3128569ca1fb14836927386d03cf6d3682c06b01 (patch) | |
tree | 7c2487ca9629de8004ad6596a49f393407826d1e | |
parent | 55d44575ef8e24c6ea524c41b3be0599d798c6e2 (diff) |
semver: bump version to 2.2.1-dev
-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.1" + local -r tsn_version="2.2.1-dev" # parse arguments because they have the highest priority # make the values supplied to -p, -d, and -a as readonly local _opt |