From 68f21dbbb63af1d2831646c90ac29b610aa40b06 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 4 Mar 2024 11:25:12 +0000 Subject: [PATCH] Build/Test Tools: Fix the `precommit:emoji` script. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub recently sunset support for Subversion, causing the `precommit:emoji` Grunt script to break. Since there’s no direct replacement for `svn ls` in Git, this has been replaced with a query through the GitHub CLI. This also adds a step in the workflow that tests the build process to run the `precommit:emoji` script to ensure no changes to built files are missed when updating the Twemoji library in the future. Follow up to [57626]. Props kraftbj, peterwilsoncc, swissspidy. Fixes #60520. See #57600. Built from https://develop.svn.wordpress.org/trunk@57758 git-svn-id: http://core.svn.wordpress.org/trunk@57259 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7e335515fa..4dabe045cc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta3-57757'; +$wp_version = '6.5-beta3-57758'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.