From dd49116414ec2f7285b9c09912a8c5d633efc488 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Tue, 7 Nov 2023 19:20:19 +0000 Subject: [PATCH] WordPress 6.4. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57078 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 3256b7b050..15e3af8192 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-RC4-57074-src'; +$wp_version = '6.4-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.