We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a606ff7 commit 5aacc5eCopy full SHA for 5aacc5e
pom.xml
@@ -6,7 +6,7 @@
6
</properties>
7
<modelVersion>4.0.0</modelVersion>
8
<groupId>com.bit4woo.burp</groupId>
9
- <version>1.3</version>
+ <version>1.4</version>
10
<build>
11
<sourceDirectory>src</sourceDirectory>
12
<plugins>
src/config/GUI.java
@@ -50,7 +50,7 @@ public class GUI extends JFrame {
50
*
51
*/
52
private static final long serialVersionUID = 1L;
53
- public String ExtensionName = "Knife v1.3 by bit4woo";
+ public String ExtensionName = "Knife v1.4 by bit4woo";
54
public String github = "https://github.com/bit4woo/knife";
55
56
public Config config = new Config("default");
0 commit comments