tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit 32b8804a03679896feb0e99351093d19cf23c4f6
parent fa91e89efc114b08cd1fbae8d2afd233a528ea86
Author: Ayush Agarwal <ayushnix@fastmail.com>
Date:   Thu, 23 Mar 2023 04:33:42 +0530

release: bump version to 2.2.0

Diffstat:
MREADME.md | 6+++---
Mtessen | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 ``` diff --git a/tessen b/tessen @@ -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