Skip to content

Commit

Permalink
remove the work around
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalr1neo committed May 16, 2024
1 parent 1745542 commit 414f022
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ static Neo4jVersion parse(String version) {
return Neo4jVersion.V_5_19;
case 20:
return Neo4jVersion.V_5_20;
case 21:
// todo: this is trying to work around a release ops bug. if you read this after more than a week, scream
return Neo4jVersion.V_5_20;
default:
if (minorVersion >= MINOR_DEV_VERSION) {
return Neo4jVersion.V_RC;
Expand Down

0 comments on commit 414f022

Please sign in to comment.