Skip to content

Commit 91df388

Browse files
authored
Merge pull request ldbc#345 from ldbc/neo4j-version-bump
Cypher: Bump Neo4j version to 4.4.13
2 parents d06eefe + f11c46a commit 91df388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher/scripts/vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export NEO4J_CONTAINER_ROOT=`pwd`/scratch
66
export NEO4J_DATA_DIR=${NEO4J_CONTAINER_ROOT}/data
77
export NEO4J_ENV_VARS=${NEO4J_ENV_VARS:-}
88
export NEO4J_HEADER_DIR=`pwd`/headers
9-
export NEO4J_VERSION=${NEO4J_VERSION:-4.4.12}
9+
export NEO4J_VERSION=${NEO4J_VERSION:-4.4.13}
1010

1111
if [[ `uname -m` == "arm64" ]]; then
1212
export NEO4J_DOCKER_PLATFORM_FLAG="--platform linux/arm64"

0 commit comments

Comments
 (0)