Skip to content

Commit a80046f

Browse files
committed
Prepare for 2.16 release
For DBMS 2025.03.0
1 parent 7676a86 commit a80046f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graph-data-science
22
title: Neo4j Graph Data Science
3-
version: '2.16-preview'
3+
version: '2.16'
44
prerelease: true
55
start_page: ROOT:index.adoc
66
nav:

doc/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ content:
99
# Includes previous version, current, and preview (master).
1010
# When updating this, update the version in the
1111
# `page-add-notes-versions` below too (if relevant).
12-
branches: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.13', '2.14', '2.15', 'master']
12+
branches: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.13', '2.14', '2.15', '2.16', 'master']
1313
start_path: public/doc
1414
include: public/doc/
1515
exclude:

gradle/neo4j-version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ext {
2-
neo4jRCVersion = '2025.03.0-SNAPSHOT'
2+
neo4jRCVersion = '2025.03.0'
33
}

0 commit comments

Comments
 (0)