Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Mar 22, 2021
1 parent 91854d9 commit 74f7706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class BurpExtender implements IBurpExtender, ITab {
public PrintWriter stderr;
public DB store;
public DictLogManager dict;
public String version = "0.1.7";
public String version = "0.1.8";
public HashMap<String, IIntruderPayloadProcessor> IPProcessors = new HashMap<>();

public JTabbedPane mainPanel;
Expand Down

0 comments on commit 74f7706

Please sign in to comment.