From 99ebbb4d5dc1bac8598bd921ddc295c18c1ca55e Mon Sep 17 00:00:00 2001 From: c0ny1 <1627639645@qq.com> Date: Fri, 23 Jul 2021 18:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=88=B00.?= =?UTF-8?q?2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/infodetec/AllInfoDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/infodetec/AllInfoDetector.java b/src/main/java/infodetec/AllInfoDetector.java index a5a418b..34c91e6 100644 --- a/src/main/java/infodetec/AllInfoDetector.java +++ b/src/main/java/infodetec/AllInfoDetector.java @@ -14,7 +14,7 @@ public void InfoDetectorPluginMain(InfoDetectorPluginCallbacks infoDetectorPlugi this.pluginHelper = infoDetecPluginCallbacks.getPluginHelper(); this.infoDetecPluginCallbacks.setInfoDetectorPluginName("weblogic infodetector"); this.infoDetecPluginCallbacks.setInfoDetectorPluginAuthor("c0ny1"); - this.infoDetecPluginCallbacks.setInfoDetectorPluginVersion("0.2.0"); + this.infoDetecPluginCallbacks.setInfoDetectorPluginVersion("0.2.1"); this.infoDetecPluginCallbacks.setInfoDetectorPluginDescription("description"); List infoDetecs = new ArrayList(); infoDetecs.add(new WeblogicInfoDetectorPlugin());