From 36e96be5de284076afbabaf477f0d147a66f56db Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Tue, 5 Mar 2024 20:24:07 +0530 Subject: [PATCH] release: bump version to 2.2.3 --- README.md | 6 +++--- tessen | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29c43ca..3c7272a 100644 --- 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.2/tessen-2.2.2.tar.gz -tar xvzf tessen-2.2.2.tar.gz -cd tessen-2.2.2/ +curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.3/tessen-2.2.3.tar.gz +tar xvzf tessen-2.2.3.tar.gz +cd tessen-2.2.3/ sudo make install ``` diff --git a/tessen b/tessen index c22c7f2..f1b0c05 100755 --- a/tessen +++ b/tessen @@ -684,7 +684,7 @@ parse_config() { } main() { - local -r tsn_version="2.2.2" + local -r tsn_version="2.2.3" # parse arguments because they have the highest priority # make the values supplied to -p, -d, and -a as readonly local _opt