diff --git a/pom.xml b/pom.xml
index 994fbec..e6b2ef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.xm17
gatherBurp
- 1.0.1-SNAPSHOT
+ 1.0.3-SNAPSHOT
jar
gatherBurp
diff --git a/src/main/java/burp/utils/Utils.java b/src/main/java/burp/utils/Utils.java
index bef5af4..69b724e 100644
--- a/src/main/java/burp/utils/Utils.java
+++ b/src/main/java/burp/utils/Utils.java
@@ -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/";