Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Oct 21, 2022
1 parent 5f59742 commit 0ba546a
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.13-SNAPSHOT</version>
<version>0.13.1-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 @@ -14,7 +14,7 @@ public class BurpExtender implements IBurpExtender, IExtensionStateListener {
public IBurpExtenderCallbacks callbacks;
public PrintWriter stdout;
public PrintWriter stderr;
public String version = "0.13";
public String version = "0.13.1";
public Log4j2ScanUIHandler uiHandler;
public Log4j2Scanner scanner;

Expand Down

0 comments on commit 0ba546a

Please sign in to comment.