mirror of
https://gitee.com/ja-netfilter/ja-netfilter.git
synced 2024-11-16 23:49:38 +08:00
update ver
Signed-off-by: pengzhile <pengzhile@gmail.com>
This commit is contained in:
parent
762138e326
commit
af875d2ad0
@ -1,4 +1,4 @@
|
||||
# ja-netfilter v1.1.4
|
||||
# ja-netfilter v1.1.5
|
||||
|
||||
### A javaagent lib for network filter
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>io.zhile.research</groupId>
|
||||
<artifactId>ja-netfilter</artifactId>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.5</version>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -9,7 +9,7 @@ import java.net.URL;
|
||||
import java.util.jar.JarFile;
|
||||
|
||||
public class Launcher {
|
||||
private static final String VERSION = "v1.1.4";
|
||||
private static final String VERSION = "v1.1.5";
|
||||
|
||||
public static void main(String[] args) {
|
||||
printUsage();
|
||||
|
Loading…
Reference in New Issue
Block a user