Skip to content

Commit 414f022

Browse files
committed
remove the work around
1 parent 1745542 commit 414f022

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

neo4j-adapter/src/main/java/org/neo4j/gds/compat/Neo4jVersion.java

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ static Neo4jVersion parse(String version) {
8585
return Neo4jVersion.V_5_19;
8686
case 20:
8787
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;
9188
default:
9289
if (minorVersion >= MINOR_DEV_VERSION) {
9390
return Neo4jVersion.V_RC;

0 commit comments

Comments
 (0)