From 5e7eec332016e9e37885c07244a0e1eb352a2a88 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 12 Oct 2023 20:25:24 +0000 Subject: [PATCH] WordPress 6.4 Beta 4. git-svn-id: https://develop.svn.wordpress.org/trunk@56922 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 4eb7899cb0..1928d31b10 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta3-56822-src'; +$wp_version = '6.4-beta4-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.