From a13711a3dafbc1ccf9c54af7c5f75f99ad726026 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 22 May 2017 21:42:28 +0000 Subject: [PATCH] Post-4.8 Beta 2 bump. git-svn-id: https://develop.svn.wordpress.org/trunk@40820 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 d4c7116184..77ab4c1532 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-beta2-src'; +$wp_version = '4.8-beta2-40819-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.