diff --git a/tests/init_fuseki.sh b/tests/init_fuseki.sh index 827ab1284..e4d5ca59b 100755 --- a/tests/init_fuseki.sh +++ b/tests/init_fuseki.sh @@ -1,7 +1,7 @@ #!/bin/bash # Note: This script must be sourced from within bash, e.g. ". init_fuseki.sh" -FUSEKI_VERSION=${FUSEKI_VERSION:-4.0.0} +FUSEKI_VERSION=${FUSEKI_VERSION:-4.4.0} if [ "$FUSEKI_VERSION" = "SNAPSHOT" ]; then # find out the latest snapshot version and its download URL by parsing Apache directory listings