diff --git a/package.json b/package.json index a14cd6cf1e..ee4d3bb313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.6.0", + "version": "5.6.1", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index af721af4d1..08d7167b22 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-src'; +$wp_version = '5.6.1-alpha-49778-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.