fix VersionTest.testCoreVersionGet()

Change-Id: Ib3a865ecd60fc92d0912f3af913bc5ca8e216773
This commit is contained in:
Zhangmei Li 2022-02-11 11:42:59 +08:00
parent d63614c942
commit 4d95089d19
1 changed files with 1 additions and 1 deletions

View File

@ -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";