Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Oct 28, 2022
1 parent 66e3612 commit 4a764a4
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.6"
version: "2.0.7"
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.6</version>
<version>2.0.7</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 @@ -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.6");
options.setRelease("2.0.7");
});

log.info("Starting preparations of the Bot...");
Expand Down Expand Up @@ -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.6");
BotWorker.createBot(BotVersion.RELEASE, "2.0.7");
instance.musicWorker = new MusicWorker();
instance.addEvents();
} catch (Exception ex) {
Expand Down

0 comments on commit 4a764a4

Please sign in to comment.