This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a commit to branch adapt-server-core
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/adapt-server-core by this push:
new 4730225eb reset DEFAULT_VERSION
4730225eb is described below
commit 4730225eb7b8b42b7e975aebf450a631c8dd56db
Author: VGalaxies <[email protected]>
AuthorDate: Wed Jun 12 12:42:45 2024 +0800
reset DEFAULT_VERSION
---
.../src/main/java/org/apache/hugegraph/version/CoreVersion.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
b/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
index f587eaa8b..dd2aba44a 100644
---
a/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
+++
b/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
@@ -23,7 +23,7 @@ import org.apache.hugegraph.util.VersionUtil.Version;
public class CoreVersion {
public static final String NAME = "hugegraph-core";
- public static final String DEFAULT_VERSION = "1.5.0.1";
+ public static final String DEFAULT_VERSION = "1.3.0";
/**
* The second parameter of Version.of() is for IDE running without JAR
*/