Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Jan 15, 2021
1 parent f304441 commit bfda23a
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.5";
public String version = "0.1.6";
public HashMap<String, IIntruderPayloadProcessor> IPProcessors = new HashMap<>();

public JTabbedPane mainPanel;
Expand Down

0 comments on commit bfda23a

Please sign in to comment.