to version 3.4.2

This commit is contained in:
wyq 2022-08-30 23:11:08 +08:00
parent 9891d65699
commit 973026df64

View File

@ -67,7 +67,7 @@ import java.util.zip.ZipInputStream;
public static String getVersion(){
String version = GlobalUtil.class.getPackage().getImplementationVersion();
if (version == null || version.equals("")) {
version = "3.4.1";
version = "3.4.2";
}
return version;
}