Skip to content

Commit

Permalink
v0.1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Sep 16, 2020
1 parent 44c7834 commit f0d76fb
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.4";
public String version = "0.1.4.1";
public HashMap<String, IIntruderPayloadProcessor> IPProcessors = new HashMap<>();

public JTabbedPane mainPanel;
Expand Down

0 comments on commit f0d76fb

Please sign in to comment.