From da2e6dc4e31654cbeb833cd1573f7631bda9bec5 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Tue, 17 Oct 2023 18:50:19 +0000 Subject: [PATCH] Fix version number for 6.5-alpha. Fixes the version number from [56966] to include its number in the version, as it is the commit that opened trunk for 6.5-alpha. Follow-up to [56966]. Built from https://develop.svn.wordpress.org/trunk@56967 git-svn-id: http://core.svn.wordpress.org/trunk@56478 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 f5cc712fde..6d5260b446 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-56966'; +$wp_version = '6.5-alpha-56967'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.