Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Andersson committed Jan 20, 2022
1 parent d7d436e commit cda9f0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ idea {
}

group = 'org.neo4j.procedure'
version = '3.5.0.16'
version = '3.5.0.17'
archivesBaseName = 'apoc'

jar {
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.16' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.17' }

ext {
versionParts = apocVersion.split('-')
Expand Down
2 changes: 1 addition & 1 deletion extra-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configure(subprojects) {


subprojects {
version = '3.5.0.16'
version = '3.5.0.17'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit cda9f0e

Please sign in to comment.