Skip to content

Commit

Permalink
Release version 3.5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Oct 4, 2019
1 parent 90e74b9 commit 0eb7e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description = """neo4j-apoc-procedures"""

ext {
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
neo4jVersion = "3.5.7"
neo4jVersion = "3.5.11"
// instead we apply the override logic here
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
testContainersVersion = '1.11.0'
Expand Down
6 changes: 3 additions & 3 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:readme:
:branch: 3.5
:docs: https://neo4j.com/docs/labs/apoc/current
:apoc-release: 3.5.0.4
:neo4j-version: 3.5.6
:apoc-release: 3.5.0.5
:neo4j-version: 3.5.11
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

= Awesome Procedures for Neo4j {branch}.x
Expand Down Expand Up @@ -182,7 +182,7 @@ The trailing `<apoc>` part of the version number will be incremented with every
[opts=header]
|===
|apoc version | neo4j version
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.4[3.5.0.4^] | 3.5.6 (3.5.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.5[3.5.0.5^] | 3.5.11 (3.5.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.4[3.4.0.6^] | 3.4.12 (3.4.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.3.0.4[3.3.0.4^] | 3.3.6 (3.3.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.3.6[3.2.3.6^] | 3.2.9 (3.2.x)
Expand Down

0 comments on commit 0eb7e84

Please sign in to comment.