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

Version 1.2022.12

This commit is contained in:
Arnaud Roques 2022-10-24 23:24:20 +02:00
parent bb6a08f55c
commit 62c8b26e25
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ public class Version {
private static final int MAJOR_SEPARATOR = 1000000; private static final int MAJOR_SEPARATOR = 1000000;
public static int version() { public static int version() {
return 1202210; return 1202212;
} }
public static int versionPatched() { public static int versionPatched() {
@ -94,7 +94,7 @@ public class Version {
} }
public static long compileTime() { public static long compileTime() {
return 1666371002299L; return 1666548746412L;
} }
public static String compileTimeString() { public static String compileTimeString() {

Binary file not shown.