From 68fdb662fe24ccd7e361befa3da37f43a0b959c9 Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Thu, 8 Feb 2024 22:37:13 +0100 Subject: [PATCH] chore: version 1.2024.1 --- gradle.properties | 2 +- src/net/sourceforge/plantuml/version/Version.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c1112c317..a6470a4d8 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.1beta1 +version = 1.2024.1 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 dcbf669b6..c7ebef382 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.1beta1"; + private static final String version = "1.2024.1"; public static String versionString() { return version;