From dfd4b20ea2c79cce35b080a859a4e762e703cd58 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 18 Dec 2024 11:31:25 +0000 Subject: [PATCH] Build/Test Tools: Remove an unnecessary call to svn in a debugging step. None of the steps in any of the workflows use svn, so this debugging step is unnecessary, and svn has been removed in the ubuntu-24.04 runner which will be rolling out to GitHub Actions imminently. See #62221 Built from https://develop.svn.wordpress.org/trunk@59534 git-svn-id: http://core.svn.wordpress.org/trunk@58920 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 8c6c6716ff..76dc9d1a5d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59533'; +$wp_version = '6.8-alpha-59534'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.