diff options
author | Ayush Agarwal <ayush@ayushnix.com> | 2024-03-05 17:57:07 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@ayushnix.com> | 2024-03-05 17:57:07 +0530 |
commit | fba7f80c28a3ad8467a34530a7b3f8a5b016943b (patch) | |
tree | 876610d616df9e4ad97edac10e46d62a1305cf32 /README.md | |
parent | ee5197aceb1a31c6fda91bfe5ec3ba52aafea404 (diff) |
release: bump the version to 2.2.2v2.2.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -90,9 +90,9 @@ should][33]. ### Stable Release ``` -curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.1/tessen-2.2.1.tar.gz -tar xvzf tessen-2.2.1.tar.gz -cd tessen-2.2.1/ +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/ sudo make install ``` |