From 9aa0e31b28c570373b422d23e0ee2a7be9964aca Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 20 Nov 2014 16:52:54 +0000 Subject: [PATCH] WordPress 4.1-beta2 git-svn-id: https://develop.svn.wordpress.org/trunk@30481 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 0d71a527da..1f47e1769a 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta1-30411-src'; +$wp_version = '4.1-beta2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.