From 56f13133d82210a585838da12e94930f593b02ff Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sun, 27 Nov 2022 13:35:56 +0000 Subject: [PATCH] Missed off preparation for v5.2.4 --- bin/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]"