chore: version 1.2023.12

This commit is contained in:
Arnaud Roques 2023-10-20 15:58:10 +02:00
parent 1e6ffb0bec
commit 8b092894ed
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class Version {
// Warning, "version" should be the same in gradle.properties and Version.java
// Any idea anyone how to magically synchronize those :-) ?
private static final String version = "1.2023.12beta1";
private static final String version = "1.2023.12";
public static String versionString() {
return version;
@ -80,7 +80,7 @@ public class Version {
}
public static long compileTime() {
return 1694629593289L;
return 1697809794384L;
}
public static String compileTimeString() {