From 1d2e7fd49d1799686d6ddd1e1ea9499ab8556ce0 Mon Sep 17 00:00:00 2001 From: joedolson Date: Wed, 10 Jan 2024 21:14:16 +0000 Subject: [PATCH] Tests: Fix tests following r57265. Update unit tests failing after r57265 changed strings in single post template descriptions. Follow up to [57265]. Props joedolson. Fixes #60216. Built from https://develop.svn.wordpress.org/trunk@57266 git-svn-id: http://core.svn.wordpress.org/trunk@56772 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 8b6da18253..675e804d5c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57265'; +$wp_version = '6.5-alpha-57266'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.