From 5e74c769505ba9e09f8926659006dc2b1efab593 Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Sun, 8 Dec 2024 12:22:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B8=20snapshot=201.2024.9beta6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONVENTIONAL_COMMIT.md | 1 + gradle.properties | 2 +- src/net/sourceforge/plantuml/version/Version.java | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONVENTIONAL_COMMIT.md b/CONVENTIONAL_COMMIT.md index 20e0c22cb32..9c4688c0be0 100644 --- a/CONVENTIONAL_COMMIT.md +++ b/CONVENTIONAL_COMMIT.md @@ -74,6 +74,7 @@ Each Gitmoji corresponds to a specific type of change: | ⚗️ | Perform experiments | `chore` | | 🎉 | Publish an official release | `chore` | | 👷 | Add or update CI build system | `chore` | +| 📸 | Snapshot or preview release | `chore` | #### Guidelines for Using Gitmoji - Place the corresponding emoji at the beginning of the **description** in the commit message header. diff --git a/gradle.properties b/gradle.properties index 534e31200a6..450c42af55d 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.9beta5 +version = 1.2024.9beta6 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 2be5fec1808..f6cbf7dbcc7 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.9beta5"; + private static final String version = "1.2024.9beta6"; public static String versionString() { return version;