From af81b98b92bec1d46a01cd02cc670356142892e3 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 9 Jun 2021 00:20:56 +0000 Subject: [PATCH] Tests: Introduce some E2E tests for the Quick Draft dashboard widget. Props isabel_brison, johnbillion. Fixes #523905. Built from https://develop.svn.wordpress.org/trunk@51128 git-svn-id: http://core.svn.wordpress.org/trunk@50737 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 ed0db092f3..f29add2bc6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51127'; +$wp_version = '5.8-alpha-51128'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.