We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fd038 commit 005c4b0Copy full SHA for 005c4b0
src/main/java/burp/BurpExtender.java
@@ -15,7 +15,7 @@
15
public class BurpExtender implements IBurpExtender, IExtensionStateListener
16
{
17
private final String NAME = "SpringScan";
18
- private final String VERSION = "1.8";
+ private final String VERSION = "1.8.2";
19
20
public static IBurpExtenderCallbacks callbacks;
21
public IExtensionHelpers helpers;
0 commit comments