Skip to content

Commit e5c50a6

Browse files
committed
Bump tested Neo4j version to M02
1 parent 410d490 commit e5c50a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/Neo4jInstaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static boolean isWindows()
4444
}
4545
}
4646

47-
static final String version = System.getProperty( "version", "3.0.0-M01-NIGHTLY" );
47+
static final String version = System.getProperty( "version", "3.0.0-M02-NIGHTLY" );
4848

4949
private static final File neo4jDir = new File( "./target/neo4j" );
5050

0 commit comments

Comments
 (0)