Skip to content

Commit

Permalink
升级版本到0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ny1 committed Jul 23, 2021
1 parent 752721b commit 99ebbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/infodetec/AllInfoDetector.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<InfoDetector> infoDetecs = new ArrayList<InfoDetector>();
infoDetecs.add(new WeblogicInfoDetectorPlugin());
Expand Down

0 comments on commit 99ebbb4

Please sign in to comment.