From 023f523bda4ce4ffef6b9e0d2f91a271fc04a8e7 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 27 Feb 2024 19:09:04 +0000 Subject: [PATCH] Build/Test Tools: Add unit tests for `_delete_option_fresh_site()`. Props pbearne, costdev, desrosj. Fixes #57191. Built from https://develop.svn.wordpress.org/trunk@57729 git-svn-id: http://core.svn.wordpress.org/trunk@57230 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 6baab97692..4043a32009 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta3-57728'; +$wp_version = '6.5-beta3-57729'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.