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 1745542 commit 414f022Copy full SHA for 414f022
neo4j-adapter/src/main/java/org/neo4j/gds/compat/Neo4jVersion.java
@@ -85,9 +85,6 @@ static Neo4jVersion parse(String version) {
85
return Neo4jVersion.V_5_19;
86
case 20:
87
return Neo4jVersion.V_5_20;
88
- case 21:
89
- // todo: this is trying to work around a release ops bug. if you read this after more than a week, scream
90
- return Neo4jVersion.V_5_20;
91
default:
92
if (minorVersion >= MINOR_DEV_VERSION) {
93
return Neo4jVersion.V_RC;
0 commit comments