mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-13 00:46:29 +00:00
chore: version 1.2023.13
This commit is contained in:
parent
a87f844064
commit
5128891a0f
@ -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.13beta4
|
||||
version = 1.2023.13
|
||||
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.2023.13beta4";
|
||||
private static final String version = "1.2023.13";
|
||||
|
||||
public static String versionString() {
|
||||
return version;
|
||||
@ -80,7 +80,7 @@ public class Version {
|
||||
}
|
||||
|
||||
public static long compileTime() {
|
||||
return 1697809794384L;
|
||||
return 1702318857783L;
|
||||
}
|
||||
|
||||
public static String compileTimeString() {
|
||||
|
Loading…
Reference in New Issue
Block a user