From 9e70046df2143b60657858446c0c4e56a790a28a Mon Sep 17 00:00:00 2001 From: vaycore Date: Thu, 6 Jun 2024 21:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA=201.6.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/java/burp/vaycore/onescan/common/Constants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d0b9ce8..57b035f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ burp.vaycore onescan - 1.6.0 + 1.6.5 OneScan diff --git a/src/main/java/burp/vaycore/onescan/common/Constants.java b/src/main/java/burp/vaycore/onescan/common/Constants.java index 521c00a..c56e097 100644 --- a/src/main/java/burp/vaycore/onescan/common/Constants.java +++ b/src/main/java/burp/vaycore/onescan/common/Constants.java @@ -9,7 +9,7 @@ public interface Constants { // 插件信息 String PLUGIN_NAME = "OneScan"; - String PLUGIN_VERSION = "1.6.0"; + String PLUGIN_VERSION = "1.6.5"; boolean DEBUG = false; // 插件启动显示的信息