Skip to content

Commit 58ea251

Browse files
committed
Updates version
1 parent 566c5bf commit 58ea251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ downloadLicenses {
1414

1515
allprojects {
1616
group = 'org.neo4j.procedure'
17-
version = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : '5.0.0-rc01'
17+
version = '5.0.0-rc01'
1818
archivesBaseName = 'apoc'
1919
description = """neo4j-apoc-procedures"""
2020
}

0 commit comments

Comments
 (0)