From 09b92c8ddb6f97340f2ededf7da1b58490ce289e Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 14 Feb 2024 15:07:10 +0100 Subject: [PATCH] Version 1.5.3 --- pom.xml | 2 +- scripts/start.sh | 2 +- .../java/com/devpool/thothBot/telegram/command/HelpCmd.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 902e47ed..e397ac81 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.devpool thoth-bot - 1.5.2 + 1.5.3 Thoth Bot Cardano A Telegram Bot for the Cardano blockchain that monitors wallet activities and notifies users about TXs, etc. diff --git a/scripts/start.sh b/scripts/start.sh index 5d0cd50b..ab836aca 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -8,7 +8,7 @@ DB_PASSWORD="postgres" DB_HOST="localhost" DB_PORT="5432" DB_NAME="thoth" -THOTH_VERSION="1.5.2" +THOTH_VERSION="1.5.3" LOGS_FOLDER="${DIR}/logs" ADMIN_USERNAME="CHANGE_ME" diff --git a/src/main/java/com/devpool/thothBot/telegram/command/HelpCmd.java b/src/main/java/com/devpool/thothBot/telegram/command/HelpCmd.java index 090581a8..b3d7f60c 100644 --- a/src/main/java/com/devpool/thothBot/telegram/command/HelpCmd.java +++ b/src/main/java/com/devpool/thothBot/telegram/command/HelpCmd.java @@ -32,7 +32,7 @@ public class HelpCmd implements IBotCommand { * Some global constants */ public static final Map CONSTANTS = Map.of( - "$thoth.version", "1.5.2", + "$thoth.version", "1.5.3", "$donation.handle", "$thoth-bot", "$url", "https://github.com/DevStakePool/thoth-bot");