Skip to content

Commit c81638c

Browse files
committed
bump version
1 parent 7531e55 commit c81638c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ plugins {
2929
id 'org.neo4j.doc.build.docbook' version '1.0-alpha03'
3030
}
3131

32-
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.4.0.7' }
32+
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.6.0' }
3333

3434
ext {
3535
copyrightYear = '2019'
3636
versionParts = apocVersion.split('-')
37-
branch = '3.4'
37+
branch = '3.5'
3838
versions = [
3939
'apoc' : apocVersion,
4040
'apocDocs' : versionParts[0].split('\\.')[0..1].join('.')

0 commit comments

Comments
 (0)