Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit fa275f9

Browse files
committed
更新版本号为 1.6.20
1 parent 29b712c commit fa275f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extender/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>extender</artifactId>
13-
<version>1.6.18</version>
13+
<version>1.6.20</version>
1414

1515
<properties>
1616
<plugin.name>OneScan</plugin.name>

extender/src/main/java/burp/vaycore/onescan/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public interface Constants {
1111

1212
// 插件信息
1313
String PLUGIN_NAME = "OneScan";
14-
String PLUGIN_VERSION = "1.6.18";
14+
String PLUGIN_VERSION = "1.6.20";
1515
boolean DEBUG = false;
1616

1717
// 插件启动显示的信息

0 commit comments

Comments
 (0)