Version 1.2022.12

This commit is contained in:
Arnaud Roques 2022-10-24 23:24:20 +02:00
parent bb6a08f55c
commit 62c8b26e25
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ public class Version {
private static final int MAJOR_SEPARATOR = 1000000;
public static int version() {
return 1202210;
return 1202212;
}
public static int versionPatched() {
@ -94,7 +94,7 @@ public class Version {
}
public static long compileTime() {
return 1666371002299L;
return 1666548746412L;
}
public static String compileTimeString() {

Binary file not shown.