Skip to content

Commit

Permalink
📸 snapshot 1.2024.9beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Dec 8, 2024
1 parent e5ea0c8 commit 5e74c76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONVENTIONAL_COMMIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/net/sourceforge/plantuml/version/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5e74c76

Please sign in to comment.