summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2023-03-23 04:33:42 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2023-03-23 04:33:42 +0530
commit32b8804a03679896feb0e99351093d19cf23c4f6 (patch)
tree997a3785c3b34998a51f89f39bfab0fd2be79236 /README.md
parentfa91e89efc114b08cd1fbae8d2afd233a528ea86 (diff)
release: bump version to 2.2.0v2.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e251696..c38a806 100644
--- a/README.md
+++ b/README.md
@@ -89,9 +89,9 @@ should][33].
### Stable Release
```
-curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.1.3/tessen-2.1.3.tar.gz
-tar xvzf tessen-2.1.3.tar.gz
-cd tessen-2.1.3/
+curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.0/tessen-2.2.0.tar.gz
+tar xvzf tessen-2.2.0.tar.gz
+cd tessen-2.2.0/
sudo make install
```