diff --git a/languages/en-GB.yml b/languages/en-GB.yml
index bc5de0d05..14c541ee0 100644
--- a/languages/en-GB.yml
+++ b/languages/en-GB.yml
@@ -1,7 +1,7 @@
language:
name: "English (UK)"
locale: "en-GB"
- version: "2.0.5"
+ version: "2.0.6"
author: "Presti"
logging:
banned: ":airplane_departure: %s **banned.**"
diff --git a/pom.xml b/pom.xml
index c0a90d809..5ec879ccc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
de.presti
Ree6
- 2.0.5
+ 2.0.6
jar
diff --git a/src/main/java/de/presti/ree6/main/Main.java b/src/main/java/de/presti/ree6/main/Main.java
index b907ecfb9..ccd9ef330 100644
--- a/src/main/java/de/presti/ree6/main/Main.java
+++ b/src/main/java/de/presti/ree6/main/Main.java
@@ -116,7 +116,7 @@ public static void main(String[] args) {
// We recommend adjusting this value in production.
options.setTracesSampleRate(1.0);
// When first trying Sentry it's good to see what the SDK is doing:
- options.setRelease("2.0.5");
+ options.setRelease("2.0.6");
});
log.info("Starting preparations of the Bot...");
@@ -150,7 +150,7 @@ public static void main(String[] args) {
// Create a new Instance of the Bot, as well as add the Events.
try {
- BotWorker.createBot(BotVersion.RELEASE, "2.0.5");
+ BotWorker.createBot(BotVersion.RELEASE, "2.0.6");
instance.musicWorker = new MusicWorker();
instance.addEvents();
} catch (Exception ex) {