From 1d0963afbd0ff091ee19a05e774b5e8f39cc239a Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 11 Apr 2018 02:58:45 +0000 Subject: [PATCH] Bump `$wp_version` to latest revision. https://core.trac.wordpress.org/ has been moved to new infrastructure, this is a test commit to verify that trunk builds continue to work as expected. If you notice any breakage on Trac, please report it to https://meta.trac.wordpress.org/ticket/3526 - there's a number of known UI issues at present which will be resolved soon. git-svn-id: https://develop.svn.wordpress.org/trunk@42970 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 9eb2d643c2..25e63377d9 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42969-src'; +$wp_version = '5.0-alpha-42970-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.