We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c50a6 commit 1a5faf3Copy full SHA for 1a5faf3
driver/src/test/java/org/neo4j/driver/v1/util/Neo4jInstaller.java
@@ -44,7 +44,7 @@ public static boolean isWindows()
44
}
45
46
47
- static final String version = System.getProperty( "version", "3.0.0-M02-NIGHTLY" );
+ static final String version = System.getProperty( "version", "3.0.0-NIGHTLY" );
48
49
private static final File neo4jDir = new File( "./target/neo4j" );
50
0 commit comments