From ef9776d93f00a7953afae44f90447786fdd60f8f Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Wed, 28 Aug 2024 09:41:56 +0300 Subject: bot.sh: Update version to 1.9 Signed-off-by: Maria Lisina --- bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.sh b/bot.sh index a25fa86..cc8f80f 100755 --- a/bot.sh +++ b/bot.sh @@ -9,7 +9,7 @@ set -e umask 77 -version="1.8" +version="1.9" dir="${0%/*}" cache="${dir}/cache/${$}" config="${dir}/config" -- cgit v1.2.3