From 9432e0b1e5231e9843b846b83e00d623953cc2c1 Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Sat, 6 Apr 2024 16:39:52 +0200 Subject: [PATCH] chore: version 1.2024.4 --- gradle.properties | 2 +- src/net/sourceforge/plantuml/version/Version.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9e4a36534..708de412d 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.4beta7 +version = 1.2024.4 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 5be548980..37d0ea55d 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.4beta7"; + private static final String version = "1.2024.4"; public static String versionString() { return version; @@ -80,7 +80,7 @@ public class Version { } public static long compileTime() { - return 1708026005000L; + return 1712414000338L; } public static String compileTimeString() {