Skip to content

Commit

Permalink
Set released DBMS version
Browse files Browse the repository at this point in the history
Co-Authored-By: Paul Horn <[email protected]>
  • Loading branch information
jjaderberg and knutwalker committed Jun 26, 2024
1 parent 0bf49a6 commit 80be3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
'5.18': properties.getOrDefault('neo4jVersion518', '5.18.1'),
'5.19': properties.getOrDefault('neo4jVersion519', '5.19.0'),
'5.20': properties.getOrDefault('neo4jVersion520', '5.20.0'),
'5.21': properties.getOrDefault('neo4jVersion521', '5.21.0-SNAPSHOT'),
'5.21': properties.getOrDefault('neo4jVersion521', '5.21.0'),
]

neo4jDefault = neos.'5.20'
Expand Down

0 comments on commit 80be3dd

Please sign in to comment.