Skip to content

Commit

Permalink
[NOID] Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
loveleif committed Feb 21, 2024
1 parent 5b0ed26 commit 94fd2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = System.getenv('APOC_VERSION') ? System.getenv('APOC_VERSION') : '5.17.0'
version = System.getenv('APOC_VERSION') ? System.getenv('APOC_VERSION') : '5.17.1'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""
}
Expand Down

0 comments on commit 94fd2e8

Please sign in to comment.