mirror of
https://gitee.com/ja-netfilter/ja-netfilter.git
synced 2026-09-24 16:01:55 +08:00
@@ -26,6 +26,7 @@ public class Initializer {
|
||||
}
|
||||
|
||||
try {
|
||||
c.getGenericSuperclass();
|
||||
inst.retransformClasses(c);
|
||||
} catch (Throwable e) {
|
||||
DebugInfo.error("Retransform class failed: " + name, e);
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.util.jar.JarFile;
|
||||
|
||||
public class Launcher {
|
||||
public static final String ATTACH_ARG = "--attach";
|
||||
public static final String VERSION = "2022.1.0";
|
||||
public static final String VERSION = "2022.2.0";
|
||||
public static final int VERSION_NUMBER = 202201000;
|
||||
|
||||
private static boolean loaded = false;
|
||||
|
||||
Reference in New Issue
Block a user