From 6d583100d1588c490a3162a06ff1d50ea6a9146d Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 1 Jun 2016 02:41:27 +0000 Subject: [PATCH] Tests: Fix an incorrect `@ticket` header introduced in [37601]. See #32405, #36917. Built from https://develop.svn.wordpress.org/trunk@37602 git-svn-id: http://core.svn.wordpress.org/trunk@37570 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 51376d00f7..cde9f02532 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37601'; +$wp_version = '4.6-alpha-37602'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.