diff --git a/bin/build-site.sh b/bin/build-site.sh index 388782da4..fd1430199 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -5,7 +5,7 @@ # Default to the current version number for building the plugin library if [ -z "$TW5_BUILD_VERSION" ]; then - TW5_BUILD_VERSION=v5.2.3 + TW5_BUILD_VERSION=v5.2.4 fi echo "Using TW5_BUILD_VERSION as [$TW5_BUILD_VERSION]"