Skip to content

Commit

Permalink
* Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Aug 12, 2022
1 parent 98671a2 commit 9ccbdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>1.9.3</version>
<version>1.9.4</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 @@ -130,7 +130,7 @@ public static void main(String[] args) {
// Create a RayGun Client to send Exception to an external Service for Bug fixing.
Thread.setDefaultUncaughtExceptionHandler((t, e) -> {
RaygunClient raygunClient = new RaygunClient(instance.config.getConfiguration().getString("raygun.apitoken"));
raygunClient.setVersion("1.9.3");
raygunClient.setVersion("1.9.4");
});

// Create a new connection between the Application and the SQL-Server.
Expand Down Expand Up @@ -174,7 +174,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, "1.9.3");
BotWorker.createBot(BotVersion.RELEASE, "1.9.4");
instance.musicWorker = new MusicWorker();
instance.addEvents();
} catch (Exception ex) {
Expand Down

0 comments on commit 9ccbdf4

Please sign in to comment.