diff --git a/pom.xml b/pom.xml index 1efc4fa..c46965c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ xyz.brandonfl.discordrolepersistence drp-bot war - 2.0.0 + 2.0.1 org.springframework.boot diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 69e2fc0..d6b0fd2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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:}