From 4dd1c1f57e56b9bdc8ed926d6beb5c5a40830801 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 9 Nov 2023 00:41:04 +0000 Subject: [PATCH] WordPress 6.4.1 git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57096 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 1ba492916b..249aba780c 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.1-RC1-57092-src'; +$wp_version = '6.4.1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.