From 6f88dcc7ee6975a450812d21b001bcaf5f50bfd9 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Mon, 16 May 2016 10:23:50 +0000 Subject: [PATCH] Version bump. Fixes #36845. git-svn-id: https://develop.svn.wordpress.org/trunk@37438 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 3a8ad0ce55..5041682421 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37183-src'; +$wp_version = '4.6-alpha-37438-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.