From afea871540d35aecd31973efb0be1aa4f344a3db Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Sat, 21 Sep 2024 10:21:08 +0300 Subject: bot: Update version to 2.2 Signed-off-by: Maria Lisina --- bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.sh b/bot.sh index 4ba0125..6565075 100755 --- a/bot.sh +++ b/bot.sh @@ -9,7 +9,7 @@ set -e umask 77 -version="2.1.8" +version="2.2" dir="${0%/*}" cache="${dir}/cache/${$}" config="${dir}/config" -- cgit v1.2.3