Skip to content

Commit

Permalink
* Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jul 11, 2022
1 parent 8b3041d commit d0088b7
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 @@ -7,7 +7,7 @@

<groupId>de.presti</groupId>
<artifactId>Ree6</artifactId>
<version>1.7.16</version>
<version>1.7.17</version>
<packaging>jar</packaging>
<name>Ree6</name>
<description>Ree6 is an open-Source Discord Bot.</description>
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 @@ -99,7 +99,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.7.16");
raygunClient.setVersion("1.7.17");
});

// Create a new connection between the Application and the SQL-Server.
Expand Down Expand Up @@ -133,7 +133,7 @@ public static void main(String[] args) {

// Create a new Instance of the Bot, as well as add the Events.
try {
BotWorker.createBot(BotVersion.PUBLIC, "1.7.16");
BotWorker.createBot(BotVersion.PUBLIC, "1.7.17");
instance.musicWorker = new MusicWorker();
instance.addEvents();
} catch (Exception ex) {
Expand Down

0 comments on commit d0088b7

Please sign in to comment.