From 787c1a3f499772c4349a09f71f3803a8b8088ea9 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 22 May 2017 21:13:42 +0000 Subject: [PATCH] WordPress 4.8 Beta 2 ([40807] again) git-svn-id: https://develop.svn.wordpress.org/trunk@40819 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 c9b3548228..d4c7116184 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-beta1-40807-src'; +$wp_version = '4.8-beta2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.