forked from hugegraph/hugegraph-sync
fix VersionTest.testCoreVersionGet()
Change-Id: Ib3a865ecd60fc92d0912f3af913bc5ca8e216773
This commit is contained in:
parent
d63614c942
commit
4d95089d19
|
|
@ -33,7 +33,7 @@ public class CoreVersion {
|
|||
|
||||
// The second parameter of Version.of() is for IDE running without JAR
|
||||
public static final Version VERSION = Version.of(CoreVersion.class,
|
||||
"0.12.0");
|
||||
"0.13.0");
|
||||
|
||||
public static final String GREMLIN_VERSION = "3.4.3";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue