Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
kN6jq committed Dec 7, 2023
1 parent b64c88d commit f9fcd1c
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 @@ -4,7 +4,7 @@

<groupId>org.xm17</groupId>
<artifactId>gatherBurp</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>gatherBurp</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Utils {
public static PrintWriter stdout;
public static PrintWriter stderr;
public static String name = "gatherBurp";
public static String version = "1.0.1";
public static String version = "1.0.3";
public static String author = "Xm17";
public static String workdir = System.getProperty("user.home") + "/.gather/";

Expand Down

0 comments on commit f9fcd1c

Please sign in to comment.