There was an error while loading. Please reload this page.
1 parent 6f17bcf commit befd302Copy full SHA for befd302
1 file changed
src/burp/VERSION.java
@@ -3,8 +3,8 @@
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 = 17;
7
- public static final String RELEASE_TYPE = "beta";
+ public static final int VERSION_PATCH = 18;
+ public static final String RELEASE_TYPE = "release";
8
public static final String RELEASE_TAGS_URL = "https://github.com/softwaresecured/burp-hotpatch/tags";
9
10
public static String getVersionStr() {
0 commit comments