Skip to content

Commit ad3308c

Browse files
committed
Bump Neo4j version to latest patch
1 parent 2deb126 commit ad3308c

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_CSV_POSTFIX=_0_0.csv
77
export NEO4J_DATA_DIR=${NEO4J_CONTAINER_ROOT}/data
88
export NEO4J_ENV_VARS=""
9-
export NEO4J_VERSION=4.4.1
9+
export NEO4J_VERSION=4.4.24
1010

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

0 commit comments

Comments
 (0)