1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-18 08:02:21 +00:00

chore: prepare next development cycle

This commit is contained in:
Arnaud Roques 2023-12-12 21:35:19 +01:00
parent 5128891a0f
commit cc80d86bc3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;