We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f728d commit f8a2898Copy full SHA for f8a2898
1 file changed
src/main/java/burp/BurpExtender.java
@@ -12,7 +12,7 @@
12
*/
13
public class BurpExtender implements IBurpExtender, ITab {
14
public static final String TAB_NAME = "autoDecoder-Beta";
15
- private static final String VERSION = "0.1";
+ private static final String VERSION = "0.11";
16
private static final String PROFILE_NAME = "autoDecoder-Beta.json";
17
private TabShow show;
18
0 commit comments