From f36d9405fca89d8c0b0183304649565345f0b4b1 Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Thu, 26 Jan 2017 18:19:00 +0000 Subject: [PATCH] Fix version to 4.7.2 not 4.7.3. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39997 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 7479254dc1..39d4083493 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.3-src'; +$wp_version = '4.7.2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.