Commit 0d22adfb4c for wordpress.org
commit 0d22adfb4cb54c76d10bdc333d748cf87cb2ffb1
Author: mcsf <mcsf@git.wordpress.org>
Date: Fri Jan 30 15:26:43 2026 +0000
Build: Fix copyBlockAssets's handling of folders.
When copying block-type assets from Gutenberg to Core, use Node's `fs.cp`
instead of `fs.copy`. The former has much better semantics for wholesale
copies.
Fixes build failures arising from the introduction of subdirectories in the
source directories of certain core block types.
Reviewed by youknowriad.
Fixes #64559.
Built from https://develop.svn.wordpress.org/trunk@61567
git-svn-id: http://core.svn.wordpress.org/trunk@60878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index e59d93434c..d161c843a0 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61566';
+$wp_version = '7.0-alpha-61567';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.