1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-21 20:45:10 +00:00

chore: version 1.2023.12

This commit is contained in:
Arnaud Roques 2023-10-20 15:58:10 +02:00
parent 1e6ffb0bec
commit 8b092894ed

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() {