Skip to content

Commit 1368ca7

Browse files
authored
[NOID] Bump Neo to next version (#4081)
1 parent e20848a commit 1368ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
ext {
1010
// Move to gradle.properties (but versions.json generation build depends on this right now)
11-
neo4jVersion = '4.4.34'
11+
neo4jVersion = '4.4.35'
1212
publicDir = "${project.rootDir}"
1313
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
1414
neo4jDockerVersion = project.hasProperty("neo4jDockerVersionOverride") ? project.getProperty("neo4jDockerVersionOverride") : neo4jVersion

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:branch: 4.4
33
:docs: https://neo4j.com/labs/apoc/4.4
44
:apoc-release: 4.4.0.29
5-
:neo4j-version: 4.4.34
5+
:neo4j-version: 4.4.35
66
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images
77

88
https://community.neo4j.com[image:https://img.shields.io/discourse/users?logo=discourse&server=https%3A%2F%2Fcommunity.neo4j.com[Discourse users]]

0 commit comments

Comments
 (0)