From 7aae3c7bbf02aed99012a4925ce610fc94c70272 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 28 Jul 2020 20:54:37 +0000 Subject: [PATCH] Trunk is now 5.6 alpha. git-svn-id: https://develop.svn.wordpress.org/trunk@48683 602fd350-edb4-49c9-b593-d223f7449a82 --- SECURITY.md | 1 + package-lock.json | 2 +- package.json | 2 +- src/wp-includes/version.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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.