Skip to content

Commit

Permalink
fix: DEFAULT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Oct 12, 2023
1 parent 852aba6 commit 3ecf403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CoreVersion {

public static final String NAME = "hugegraph-core";

public static final String DEFAULT_VERSION = "1.5.0";
public static final String DEFAULT_VERSION = "1.5.0.1";

// The second parameter of Version.of() is for IDE running without JAR
public static final Version VERSION = Version.of(CoreVersion.class, DEFAULT_VERSION);
Expand Down

0 comments on commit 3ecf403

Please sign in to comment.