From 86d5add906126fa5482a230502b30c541c4981aa Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 26 Apr 2023 22:28:19 +0000 Subject: [PATCH] Text Changes: Typo fix in `README.md`. Follow-up to [47752]. Props neychok. Fixes #58177. Built from https://develop.svn.wordpress.org/trunk@55690 git-svn-id: http://core.svn.wordpress.org/trunk@55202 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 dfc8d3b71b..3aa8c34114 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55689'; +$wp_version = '6.3-alpha-55690'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.