tessen

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

commit fba7f80c28a3ad8467a34530a7b3f8a5b016943b
parent ee5197aceb1a31c6fda91bfe5ec3ba52aafea404
Author: Ayush Agarwal <ayush@ayushnix.com>
Date:   Tue,  5 Mar 2024 17:57:07 +0530

release: bump the version to 2.2.2

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

diff --git a/README.md b/README.md @@ -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 ``` diff --git a/tessen b/tessen @@ -684,7 +684,7 @@ parse_config() { } main() { - local -r tsn_version="2.2.1-dev" + local -r tsn_version="2.2.2" # parse arguments because they have the highest priority # make the values supplied to -p, -d, and -a as readonly local _opt