From 2dd43ea9b13fd59e8989daeb5cf1a8044c681d20 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 13 Jul 2016 18:58:28 +0000 Subject: [PATCH] Post WordPress 4.6 Beta 3 version bump. Built from https://develop.svn.wordpress.org/trunk@38060 git-svn-id: http://core.svn.wordpress.org/trunk@38001 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 d7b4d24847..ae0c1cee36 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta3'; +$wp_version = '4.6-beta3-38060'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.