From 168857d0f9a8daa49a32996219ca1c5ebac0c5a5 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 29 Jun 2023 23:11:21 +0000 Subject: [PATCH] Build/Test Tools: Improve the name of the e2e test jobs on GitHub Actions. Fixes #58661 Built from https://develop.svn.wordpress.org/trunk@56114 git-svn-id: http://core.svn.wordpress.org/trunk@55626 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 005c116db1..3275d74b07 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta2-56113'; +$wp_version = '6.3-beta2-56114'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.