From 1f533fa916e79894408eefef8475aa4147247804 Mon Sep 17 00:00:00 2001 From: Fontany--Legall Brandon Date: Mon, 4 Nov 2024 20:03:56 +0100 Subject: [PATCH] Update to version v2.0.2 Update the version to v2.0.2 * Update the `` tag in `pom.xml` from `2.0.1` to `2.0.2`. * Update the `bot.setting.version` property in `src/main/resources/application.properties` from `2.0.1` to `2.0.2`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/brandonfl/discord-role-persistence?shareId=XXXX-XXXX-XXXX-XXXX). --- pom.xml | 4 ++-- src/main/resources/application.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index de97149..76c7086 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ xyz.brandonfl.discordrolepersistence drp-bot war - 2.0.1 + 2.0.2 org.springframework.boot @@ -180,4 +180,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d6b0fd2..bf91a37 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ # SETTINGS # =============================== -bot.setting.version=2.0.1 +bot.setting.version=2.0.2 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:} @@ -54,4 +54,4 @@ spring.liquibase.changeLog=classpath:/db/changelog/db.changelog-master.xml sentry.dsn=${SENTRY_DSN:} sentry.environment=${SENTRY_ENVIRONMENT:} sentry.traces-sample-rate=${SENTRY_TRACES_SAMPLE_RATE:0} -sentry.exception-resolver-order=${SENTRY_EXCEPTION_RESOLVER_ORDER:-2147483647} \ No newline at end of file +sentry.exception-resolver-order=${SENTRY_EXCEPTION_RESOLVER_ORDER:-2147483647}