Skip to content

Commit

Permalink
release: bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Mar 22, 2023
1 parent fa91e89 commit 32b8804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion tessen
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32b8804

Please sign in to comment.