1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 04:55:10 +00:00

chore: revert 1104d09 for native release (#1981)

This commit is contained in:
The-Lum 2024-11-16 10:32:07 +01:00 committed by GitHub
parent 1104d09bbc
commit e1c98cbd01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.2024.9beta1
version = 1.2024.8
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.2024.9beta1";
private static final String version = "1.2024.8";
public static String versionString() {
return version;