From 83ad6a8b865410f75c21cefc1f28bf644f8e5e31 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 10 Dec 2023 00:21:31 +0000 Subject: [PATCH] Docs: Correct the order of steps in the WordPress Core build process workflow. Follow up to [57124], [57174]. Props swissspidy. See #59416. Built from https://develop.svn.wordpress.org/trunk@57177 git-svn-id: http://core.svn.wordpress.org/trunk@56688 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 0ffe23f051..bf90ea2166 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57176'; +$wp_version = '6.5-alpha-57177'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.