From a3b1c388c076330d44b5665d19d38318cd1fb252 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Thu, 14 Nov 2024 11:22:38 -0500 Subject: [PATCH] WP 6.7 Release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d2d0d37..63a625d0 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-RC3 --skip-content --force", + "setup-wordpress": "./vendor/bin/wp core download --version=6.7 --skip-content --force", "update-db": "./vendor/bin/wp core update-db", "post-root-package-install": [ "@setup-repo"