We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed18616 commit f1bd297Copy full SHA for f1bd297
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.0";
+ private static final String VERSION = "1.1";
22
23
public BurpExtender() {
24
0 commit comments