diff --git a/package.json b/package.json index 56e7ccb2db..7e0b7509e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.1", + "version": "4.7.2", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index a9e05047ba..3b82c75c5d 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.1-src'; +$wp_version = '4.7.2-alpha-39883-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.