From 285c6a57c8473e4f4aaf3969778b14c234988c2b Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 30 Oct 2017 04:06:48 +0000 Subject: [PATCH] Tests: Remove references to deleted JS files in QUnit tests. Amends [41570], [40584]. See #41755, #40690. Built from https://develop.svn.wordpress.org/trunk@42041 git-svn-id: http://core.svn.wordpress.org/trunk@41875 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 50f28b87f1..5ed72f0534 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta4-42040'; +$wp_version = '4.9-beta4-42041'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.