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

Commit 1f04772

Browse files
committed
更新版本号为 2.0.7
1 parent 70eb425 commit 1f04772

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>2.0.0</version>
13+
<version>2.0.7</version>
1414

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ public interface Constants {
1111

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

1717
// 插件启动显示的信息
18-
String BANNER = "" +
19-
"##############################################\n" +
18+
String BANNER = "#" +
19+
"#############################################\n" +
2020
" " + PLUGIN_NAME + " v" + PLUGIN_VERSION + "\n" +
2121
" Author: 0ne_1\n" +
2222
" Developer: vaycore\n" +

0 commit comments

Comments
 (0)