From 5ba13b5683d92dbbbdb348a3cf710f76b03de9fa Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 9 Oct 2023 16:41:44 +0000 Subject: [PATCH] Editor: Add additional unit tests for elements block support. Props aaronrobertshaw, costdev. Fixes #59555. See #59544. Built from https://develop.svn.wordpress.org/trunk@56806 git-svn-id: http://core.svn.wordpress.org/trunk@56318 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 83c352ed40..2ac1db6b3f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56805'; +$wp_version = '6.4-beta2-56806'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.