From db691084623970959b0becc516a21fcab76da368 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 20 Oct 2025 23:50:27 +0000 Subject: [PATCH] Themes: Update `Tests_Template::test_taxonomy_template_hierarchy` to account for new taxonomy template. Follow-up to [60994]. See #35326. Built from https://develop.svn.wordpress.org/trunk@60998 git-svn-id: http://core.svn.wordpress.org/trunk@60334 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 81a1180dbe..36a78d75c6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60997'; +$wp_version = '6.9-alpha-60998'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.