Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Nov 7, 2022
1 parent 5b0390f commit 3fd0772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion languages/en-GB.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language:
name: "English (UK)"
locale: "en-GB"
version: "2.0.10"
version: "2.0.11"
author: "Presti"
logging:
banned: ":airplane_departure: %s **banned.**"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>de.presti</groupId>
<artifactId>Ree6</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/presti/ree6/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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.10");
options.setRelease("2.0.11");
});

Thread.setDefaultUncaughtExceptionHandler((t, e) -> Sentry.captureException(e));
Expand Down Expand Up @@ -151,7 +151,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.10");
BotWorker.createBot(BotVersion.RELEASE, "2.0.11");
instance.musicWorker = new MusicWorker();
instance.addEvents();
} catch (Exception ex) {
Expand Down

0 comments on commit 3fd0772

Please sign in to comment.