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