From e99a11600602fbb5282b59227004d61c543d812d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 12 Dec 2023 12:21:24 +0000 Subject: [PATCH] Tests: Add unit tests for `wp_checkdate()`. Follow-up to [21922]. Props pbearne, ironprogrammer, antonvlasenko, SergeyBiryukov. Fixes #59825. Built from https://develop.svn.wordpress.org/trunk@57184 git-svn-id: http://core.svn.wordpress.org/trunk@56695 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 348a721166..b82758cc86 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57181'; +$wp_version = '6.5-alpha-57184'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.