Skip to content

Commit

Permalink
fixed the version
Browse files Browse the repository at this point in the history
  • Loading branch information
moeinfatehi committed Oct 23, 2023
1 parent 7a9da34 commit e8d48a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class BurpExtender extends JPanel implements IBurpExtender
static JScrollPane frame;
public static PrintWriter output;
public static String project_Name="PassiveDigger";
private static final String project_Version="0.2";
private static final String project_Version="2.0.0";

public BurpExtender() {
// this.historyModel = (DefaultTableModel)mainPanel.historyTable.getModel();
Expand Down

0 comments on commit e8d48a3

Please sign in to comment.