Skip to content

Commit 5bf40a3

Browse files
committed
修改版本号为0.2
1 parent 83770df commit 5bf40a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/burp/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Config {
44
private static final String EXTENDER_NAME = "sqlmap4burp++";
5-
private static final String EXTENDER_VERSION = "0.1";
5+
private static final String EXTENDER_VERSION = "0.2";
66
private static String PYTHON_NAME = "python";
77
private static String SQLMAP_PATH = "sqlmap";
88
private static String REQUST_FILE_PATH = "";

0 commit comments

Comments
 (0)