1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-14 06:02:26 +00:00

chore: version 1.2024.0

This commit is contained in:
Arnaud Roques 2024-02-01 19:30:28 +01:00
parent 7a200019e6
commit dbbdf1277b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Warning, "version" should be the same in gradle.properties and Version.java # Warning, "version" should be the same in gradle.properties and Version.java
# Any idea anyone how to magically synchronize those :-) ? # Any idea anyone how to magically synchronize those :-) ?
version = 1.2024.0beta3 version = 1.2024.0
org.gradle.workers.max = 3 org.gradle.workers.max = 3

View File

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