We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bd297 commit 2947300Copy full SHA for 2947300
1 file changed
src/burp/BurpExtender.java
@@ -18,7 +18,7 @@ public class BurpExtender implements IBurpExtender {
18
private static IBurpExtenderCallbacks burp;
19
private static PrintWriter errOut;
20
private static PrintWriter stdOut;
21
- private static final String VERSION = "1.1";
+ private static final String VERSION = "1.2";
22
23
public BurpExtender() {
24
0 commit comments