Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonfl committed Mar 16, 2024
1 parent 45233d5 commit cc86da5
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>1.10.0</version>
<version>1.10.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=1.10.0
bot.setting.version=1.10.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 cc86da5

Please sign in to comment.