Skip to content

Commit b58c9b4

Browse files
committed
* Version bump.
1 parent 6b7e2be commit b58c9b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>de.presti</groupId>
1212
<artifactId>Ree6</artifactId>
13-
<version>1.9.4</version>
13+
<version>1.9.5</version>
1414
<packaging>jar</packaging>
1515

1616
<properties>

src/main/java/de/presti/ree6/main/Main.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static void main(String[] args) {
130130
// Create a RayGun Client to send Exception to an external Service for Bug fixing.
131131
Thread.setDefaultUncaughtExceptionHandler((t, e) -> {
132132
RaygunClient raygunClient = new RaygunClient(instance.config.getConfiguration().getString("raygun.apitoken"));
133-
raygunClient.setVersion("1.9.4");
133+
raygunClient.setVersion("1.9.5");
134134
});
135135

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

175175
// Create a new Instance of the Bot, as well as add the Events.
176176
try {
177-
BotWorker.createBot(BotVersion.RELEASE, "1.9.4");
177+
BotWorker.createBot(BotVersion.RELEASE, "1.9.5");
178178
instance.musicWorker = new MusicWorker();
179179
instance.addEvents();
180180
} catch (Exception ex) {

0 commit comments

Comments
 (0)