Skip to content

Commit

Permalink
Release knife v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Dec 10, 2019
1 parent 2a890bb commit db28605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>com.bit4woo.burp</groupId>
<version>1.5</version>
<version>1.6</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/config/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class GUI extends JFrame {
*
*/
private static final long serialVersionUID = 1L;
public String ExtensionName = "Knife v1.5 by bit4woo";
public String ExtensionName = "Knife v1.6 by bit4woo";
public String github = "https://github.com/bit4woo/knife";

public Config config = new Config("default");
Expand Down

0 comments on commit db28605

Please sign in to comment.