From 09324db9d204c2b7f13b17a5711a85e08fe5a0a7 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 9 Nov 2018 08:56:47 +0000 Subject: [PATCH] Tests: Fix a failing test after [43879]. See #45290. Built from https://develop.svn.wordpress.org/branches/5.0@43881 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43710 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 d880002850..d6e4abe3da 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-beta3-43880'; +$wp_version = '5.0-beta3-43881'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.