Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonfl authored Sep 7, 2024
1 parent d490c83 commit 1f4fb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>xyz.brandonfl.discordrolepersistence</groupId>
<artifactId>drp-bot</artifactId>
<packaging>war</packaging>
<version>2.0.0</version>
<version>2.0.1</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SETTINGS
# ===============================

bot.setting.version=2.0.0
bot.setting.version=2.0.1
bot.setting.token=${BOT_TOKEN:/var/run/secrets/bot-token}
bot.setting.guid-development-id=${BOT_SETTING_GUID_DEVELOPMENT_ID:}
bot.setting.heartbeat-status-url=${HEARTBEAT_STATUS_URL:}
Expand Down

0 comments on commit 1f4fb31

Please sign in to comment.