From 399e1315c98653d96419039f198eb2d2e888826e Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 10 Oct 2018 04:07:28 +0000 Subject: [PATCH] Build/Test: Use same grunt-qunit as trunk for 5.0 See [43684]. See #45064. Built from https://develop.svn.wordpress.org/branches/5.0@43685 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43514 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 fd041f18c6..82477cf074 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43684'; +$wp_version = '5.0-alpha-43685'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.