diff --git a/gradle.properties b/gradle.properties index a6470a4d8..faafaa448 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ # Warning, "version" should be the same in gradle.properties and Version.java # Any idea anyone how to magically synchronize those :-) ? -version = 1.2024.1 +version = 1.2024.2beta1 org.gradle.workers.max = 3 \ No newline at end of file diff --git a/src/net/sourceforge/plantuml/version/Version.java b/src/net/sourceforge/plantuml/version/Version.java index c7ebef382..9dc1f8365 100644 --- a/src/net/sourceforge/plantuml/version/Version.java +++ b/src/net/sourceforge/plantuml/version/Version.java @@ -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.2024.1"; + private static final String version = "1.2024.2beta1"; public static String versionString() { return version; diff --git a/stdlib/c4-abx.repx b/stdlib/c4-abx.repx index 24cd069ab..10ef9117e 100644 Binary files a/stdlib/c4-abx.repx and b/stdlib/c4-abx.repx differ