From 8bfede57791b40a8046fcfc1bcb7213b18f82247 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 8 Dec 2020 23:48:30 +0000 Subject: [PATCH] The 5.6 branch is now 5.6.1-alpha. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49778 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.