From e6d839b936c38f643bdacedb27d41040a022256f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Jan 2020 16:21:05 +0000 Subject: [PATCH] Editor: Add unit tests for v5.3.1 block serialization functions. [46896] was intended to have included unit tests for the block serialization functions added as part of the changeset. Props aduth. Merges [46997] to the 5.3 branch. Fixes #49048. Built from https://develop.svn.wordpress.org/branches/5.3@47131 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46931 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 478d4060b1..de621212ea 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3.3-alpha-47130'; +$wp_version = '5.3.3-alpha-47131'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.