From 45edc9ec57ba802f73ce237b70b7b0b8e88684dc Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 9 Oct 2016 01:30:29 +0000 Subject: [PATCH] Build/Test Tools: Continue eliminating randomness in tests. See [38762] See #37371 Built from https://develop.svn.wordpress.org/trunk@38763 git-svn-id: http://core.svn.wordpress.org/trunk@38706 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 a5cb299c61..29ff31b4a9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38762'; +$wp_version = '4.7-alpha-38763'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.