1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-09-27 14:39:02 +00:00

Version 1.2022.8

This commit is contained in:
Arnaud Roques 2022-09-25 17:35:14 +02:00
parent 368da723f1
commit 5e30d89eb4

View File

@ -45,7 +45,7 @@ public class Version {
private static final int MAJOR_SEPARATOR = 1000000;
public static int version() {
return 1202207;
return 1202208;
}
public static int versionPatched() {
@ -81,7 +81,7 @@ public class Version {
}
public static int beta() {
final int beta = 11;
final int beta = 0;
return beta;
}
@ -94,7 +94,7 @@ public class Version {
}
public static long compileTime() {
return 1661187690019L;
return 1664096433281L;
}
public static String compileTimeString() {