Skip to content

Commit

Permalink
v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Dec 24, 2021
1 parent d3c3169 commit 69c727b
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.9-SNAPSHOT</version>
<version>0.10-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 @@ -13,7 +13,7 @@ public class BurpExtender implements IBurpExtender, IExtensionStateListener {
public IBurpExtenderCallbacks callbacks;
public PrintWriter stdout;
public PrintWriter stderr;
public String version = "0.9";
public String version = "0.10";
public Log4j2ScanUIHandler uiHandler;
public Log4j2Scanner scanner;

Expand Down

0 comments on commit 69c727b

Please sign in to comment.