From 3c1dfef4ba5c8fe89b46c62f81395313c9814cf9 Mon Sep 17 00:00:00 2001 From: Ella Van Dorpe Date: Thu, 1 Jun 2017 21:47:10 +0000 Subject: [PATCH] Trunk is now 4.9-alpha git-svn-id: https://develop.svn.wordpress.org/trunk@40870 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 91543726c9..b557114ce8 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-RC2-40868-src'; +$wp_version = '4.9-alpha-40870-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.