From 05b9d48743d51254265dd48e9b925e2a16e519b4 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Thu, 31 Oct 2024 10:09:12 -0400 Subject: [PATCH] update to RC2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c4e0edb..92a137c9 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "@php -r \"file_exists('local-config.php') || copy('local-config-sample.php', 'local-config.php');\"", "@php -r \"file_exists('local-config.json') || copy('local-config-sample.json', 'local-config.json');\"" ], - "setup-wordpress": "./vendor/bin/wp core download --version=6.7-beta3 --skip-content --force", + "setup-wordpress": "./vendor/bin/wp core download --version=6.7-RC2 --skip-content --force", "update-db": "./vendor/bin/wp core update-db", "post-root-package-install": [ "@setup-repo"