From 3b4b011e8a213dd027a4ad4d433df4fcf047b78b Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Sat, 14 Sep 2024 02:12:01 +0300 Subject: bot.sh: Update version to 2.1.5 Signed-off-by: Maria Lisina --- bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.sh b/bot.sh index 8f8fc97..ff8047d 100755 --- a/bot.sh +++ b/bot.sh @@ -9,7 +9,7 @@ set -e umask 77 -version="2.1.4" +version="2.1.5" dir="${0%/*}" cache="${dir}/cache/${$}" config="${dir}/config" -- cgit v1.2.3