Skip to content

Commit

Permalink
vBump
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Andersson committed Oct 1, 2021
1 parent 019872e commit 2996031
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.1.0.9'
version = '4.1.0.10'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""
}
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/antora.yml
Expand Up @@ -8,7 +8,7 @@ asciidoc:
docs-version: "4.1"
branch: "4.1"
apoc-release-absolute: "4.1"
apoc-release: "4.1.0.9"
apoc-release: "4.1.0.10"
page-product: "apoc"
page-pagination: true
page-type: APOC Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.1.0.9' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.1.0.10' }

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


subprojects {
version = '4.1.0.9'
version = '4.1.0.10'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit 2996031

Please sign in to comment.