From cc80d86bc3c13e4f95d6c4060692fbab15301fde Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Tue, 12 Dec 2023 21:35:19 +0100 Subject: [PATCH] chore: prepare next development cycle --- 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 e5189954b..13efff07a 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.2023.13 +version = 1.2023.14beta1 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 c14810bc1..05f088d68 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.2023.13"; + private static final String version = "1.2023.14beta1"; public static String versionString() { return version;