Skip to content

Commit

Permalink
Bump version to 4.2.0.11
Browse files Browse the repository at this point in the history
Co-authored-by: louise <louise.soderstrom@neo4j.com>
  • Loading branch information
gem-neo4j and Lojjs committed Jun 2, 2022
1 parent 95f69a8 commit 49f3fdc
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.2.0.10'
version = '4.2.0.11'
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.2"
branch: "4.2"
apoc-release-absolute: "4.2"
apoc-release: "4.2.0.10"
apoc-release: "4.2.0.11"
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.2.0.10' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.2.0.11' }

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


subprojects {
version = '4.2.0.10'
version = '4.2.0.11'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit 49f3fdc

Please sign in to comment.