Skip to content

Commit

Permalink
Version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slux83 committed Feb 14, 2024
1 parent ae4a24c commit 09b92c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.devpool</groupId>
<artifactId>thoth-bot</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<name>Thoth Bot Cardano</name>
<description>A Telegram Bot for the Cardano blockchain that monitors wallet activities and notifies users about TXs,
etc.
Expand Down
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class HelpCmd implements IBotCommand {
* Some global constants
*/
public static final Map<String, String> CONSTANTS = Map.of(
"$thoth.version", "1.5.2",
"$thoth.version", "1.5.3",
"$donation.handle", "$thoth-bot",
"$url", "https://github.com/DevStakePool/thoth-bot");

Expand Down

0 comments on commit 09b92c8

Please sign in to comment.