Skip to content
This repository was archived by the owner on Nov 26, 2019. It is now read-only.

Commit ee4319d

Browse files
committed
# Increase Version number
1 parent 209036e commit ee4319d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/main/java/com/msc/serverbrowser/util/UpdateUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class UpdateUtility {
3636
* since in the feature i'll to know this as for having to update the jre aswell.
3737
* </p>
3838
*/
39-
public static final String VERSION = "8.5.6";
39+
public static final String VERSION = "8.5.7";
4040

4141
private UpdateUtility() {
4242
// Constructor to prevent instantiation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion = 8.5.6
1+
projectVersion = 8.5.7
22
projectGroup = me.marcelschr.samp
33
projectVendor = Bios-Marcel
44
gradleWrapperVersion = 4.6

0 commit comments

Comments
 (0)