Skip to content

Commit

Permalink
don't need a version const for 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jefferson committed Jun 22, 2020
1 parent c2c7bbc commit ea936c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/neo4j/docker/utils/Neo4jVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class Neo4jVersion
//public static final Neo4jVersion LATEST_2X_VERSION = new Neo4jVersion(2,3,12);
//public static final Neo4jVersion LATEST_32_VERSION = new Neo4jVersion(3,2,14);
public static final Neo4jVersion NEO4J_VERSION_400 = new Neo4jVersion(4,0,0);
public static final Neo4jVersion NEO4J_VERSION_420 = new Neo4jVersion(4,2,0);

public final int major;
public final int minor;
Expand Down

0 comments on commit ea936c4

Please sign in to comment.