From 0aac78cfceadbba49c7f74f93e2f5dc037d1ddc3 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 22 Feb 2021 15:41:35 +0000 Subject: [PATCH] Post WordPress 5.6.2 version bump. The 5.6 branch is now 5.6.3 alpha. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@50405 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 2 +- package.json | 2 +- src/wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8594024cc7..e43137b63c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.6.2", + "version": "5.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df406086ca..b337d83f41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.6.2", + "version": "5.6.3", "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 c780625df2..842e36b7d3 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.2-src'; +$wp_version = '5.6.3-alpha-50405-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.