chore: version 1.2023.7

This commit is contained in:
Arnaud Roques 2023-05-12 19:28:51 +02:00
parent a66215a373
commit c60d959c95
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ public class Version {
private static final int MAJOR_SEPARATOR = 1000000; private static final int MAJOR_SEPARATOR = 1000000;
public static int version() { public static int version() {
return 1202306; return 1202307;
} }
public static int versionPatched() { public static int versionPatched() {
@ -82,7 +82,7 @@ public class Version {
} }
public static int beta() { public static int beta() {
final int beta = 4; final int beta = 0;
return beta; return beta;
} }
@ -95,7 +95,7 @@ public class Version {
} }
public static long compileTime() { public static long compileTime() {
return 1681833838880L; return 1683912222767L;
} }
public static String compileTimeString() { public static String compileTimeString() {