File tree 2 files changed +3
-3
lines changed
src/main/java/de/presti/ree6/main
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<groupId >de.presti</groupId >
12
12
<artifactId >Ree6</artifactId >
13
- <version >1.9.4 </version >
13
+ <version >1.9.5 </version >
14
14
<packaging >jar</packaging >
15
15
16
16
<properties >
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public static void main(String[] args) {
130
130
// Create a RayGun Client to send Exception to an external Service for Bug fixing.
131
131
Thread .setDefaultUncaughtExceptionHandler ((t , e ) -> {
132
132
RaygunClient raygunClient = new RaygunClient (instance .config .getConfiguration ().getString ("raygun.apitoken" ));
133
- raygunClient .setVersion ("1.9.4 " );
133
+ raygunClient .setVersion ("1.9.5 " );
134
134
});
135
135
136
136
// Create a new connection between the Application and the SQL-Server.
@@ -174,7 +174,7 @@ public static void main(String[] args) {
174
174
175
175
// Create a new Instance of the Bot, as well as add the Events.
176
176
try {
177
- BotWorker .createBot (BotVersion .RELEASE , "1.9.4 " );
177
+ BotWorker .createBot (BotVersion .RELEASE , "1.9.5 " );
178
178
instance .musicWorker = new MusicWorker ();
179
179
instance .addEvents ();
180
180
} catch (Exception ex ) {
You can’t perform that action at this time.
0 commit comments