There was an error while loading. Please reload this page.
1 parent c305645 commit c600258Copy full SHA for c600258
1 file changed
src/burp/VERSION.java
@@ -3,7 +3,7 @@
3
public final class VERSION {
4
public static final int VERSION_MAJOR = 1;
5
public static final int VERSION_MINOR = 0;
6
- public static final int VERSION_PATCH = 3;
+ public static final int VERSION_PATCH = 7;
7
public static final String RELEASE_TYPE = "beta";
8
public static final String RELEASE_TAGS_URL = "https://github.com/softwaresecured/burp-hotpatch/tags";
9
0 commit comments