From 20004c5f3688f4868d4087c76d3686bbaaf142ce Mon Sep 17 00:00:00 2001 From: Mike Schroder Date: Wed, 19 Jul 2023 05:54:26 +0000 Subject: [PATCH] Trunk is now 6.4 alpha. Built from https://develop.svn.wordpress.org/trunk@56267 git-svn-id: http://core.svn.wordpress.org/trunk@55779 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 bff3bbb77e..546002ed1b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-RC1-56265'; +$wp_version = '6.4-alpha-56267'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.