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());