Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Dec 10, 2021
1 parent 314a074 commit bd5ecca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.wanghw</groupId>
<artifactId>Log4j2Scan</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.2-SNAPSHOT</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class BurpExtender implements IBurpExtender, ITab {
public IBurpExtenderCallbacks callbacks;
public PrintWriter stdout;
public PrintWriter stderr;
public String version = "0.1";
public String version = "0.2";

@Override
public void registerExtenderCallbacks(IBurpExtenderCallbacks callbacks) {
Expand Down

0 comments on commit bd5ecca

Please sign in to comment.