From a0153f27c805d7c1dd60f045233c612de71519fa Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Wed, 2 Aug 2017 21:38:34 +0000 Subject: [PATCH] Post-4.8.1 version bump for 4.8 branch. Built from https://develop.svn.wordpress.org/branches/4.8@41212 git-svn-id: http://core.svn.wordpress.org/branches/4.8@41052 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 16fb0e6461..c14e0d0b02 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8.1'; +$wp_version = '4.8.2-alpha-41212'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.