mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 12:35:10 +00:00
feat: Update C4-PlantUML to v2.9.0
https://github.com/plantuml/plantuml-stdlib/pull/93
This commit is contained in:
parent
68fdb662fe
commit
d65951f520
@ -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.1
|
||||
version = 1.2024.2beta1
|
||||
org.gradle.workers.max = 3
|
@ -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.1";
|
||||
private static final String version = "1.2024.2beta1";
|
||||
|
||||
public static String versionString() {
|
||||
return version;
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user