Skip to content

Commit befd302

Browse files
1.0.18
1 parent 6f17bcf commit befd302

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/burp/VERSION.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
public final class VERSION {
44
public static final int VERSION_MAJOR = 1;
55
public static final int VERSION_MINOR = 0;
6-
public static final int VERSION_PATCH = 17;
7-
public static final String RELEASE_TYPE = "beta";
6+
public static final int VERSION_PATCH = 18;
7+
public static final String RELEASE_TYPE = "release";
88
public static final String RELEASE_TAGS_URL = "https://github.com/softwaresecured/burp-hotpatch/tags";
99

1010
public static String getVersionStr() {

0 commit comments

Comments
 (0)