From 3b828d85af873ea1eb5698cc6954d2c9cc3c925e Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Wed, 21 Feb 2024 10:49:15 +0000 Subject: [PATCH] Block Hooks: Make test a bit easier to read. Follow-up [57668]. Props gziolo. See #60580. Built from https://develop.svn.wordpress.org/trunk@57676 git-svn-id: http://core.svn.wordpress.org/trunk@57177 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 aad56b3edf..80d3508f8e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta2-57675'; +$wp_version = '6.5-beta2-57676'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.