Skip to content

Commit

Permalink
Revert "chore: update version"
Browse files Browse the repository at this point in the history
This reverts commit a3d5cb1.
  • Loading branch information
VGalaxies committed Oct 27, 2023
1 parent 6fddaf5 commit db5c1d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ public final class ApiVersion {

public static void check() {
// Check version of hugegraph-core. Firstly do check from version 0.3
VersionUtil.check(CoreVersion.VERSION, "1.0", "1.5", CoreVersion.NAME);
VersionUtil.check(CoreVersion.VERSION, "1.0", "1.1", CoreVersion.NAME);
}
}

0 comments on commit db5c1d3

Please sign in to comment.