M README.md => README.md +3 -3
@@ 90,9 90,9 @@ should][33].
### Stable Release
```
-curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.2/tessen-2.2.2.tar.gz
-tar xvzf tessen-2.2.2.tar.gz
-cd tessen-2.2.2/
+curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.3/tessen-2.2.3.tar.gz
+tar xvzf tessen-2.2.3.tar.gz
+cd tessen-2.2.3/
sudo make install
```
M tessen => tessen +1 -1
@@ 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