diff --git a/pom.xml b/pom.xml
index d7a1c5989..f27192250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.baidu.hugegraph
hugegraph-common
- 1.7.9
+ 1.8.0
hugegraph-common
https://github.com/hugegraph/hugegraph-common
@@ -260,7 +260,7 @@
- 1.7.9.0
+ 1.8.0.0
diff --git a/src/main/java/com/baidu/hugegraph/version/CommonVersion.java b/src/main/java/com/baidu/hugegraph/version/CommonVersion.java
index dda70faec..28e039349 100644
--- a/src/main/java/com/baidu/hugegraph/version/CommonVersion.java
+++ b/src/main/java/com/baidu/hugegraph/version/CommonVersion.java
@@ -27,5 +27,5 @@ public class CommonVersion {
// The second parameter of Version.of() is for all-in-one JAR
public static final Version VERSION = Version.of(CommonVersion.class,
- "1.7.9");
+ "1.8.0");
}