diff --git a/SECURITY.md b/SECURITY.md index ca75122b57..94a4300757 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,6 +9,7 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | +| 5.5.x | :white_check_mark: | | 5.4.x | :white_check_mark: | | 5.3.x | :white_check_mark: | | 5.2.x | :white_check_mark: | diff --git a/package-lock.json b/package-lock.json index 791eca71bf..fc2e40c28b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.5.0", + "version": "5.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b96707de3a..54eaf0039e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.5.0", + "version": "5.6.0", "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 bd79af9d1a..583b9434b9 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-RC1-48681-src'; +$wp_version = '5.6-alpha-48683-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.