From 4b1dd6e54988776227f72507c72cd81a4b337004 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 25 Oct 2019 14:22:40 +0000 Subject: [PATCH] Trunk is now 5.4 alpha. git-svn-id: https://develop.svn.wordpress.org/trunk@46582 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 cc4062aadf..869f283e0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.3.0", + "version": "5.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 032b828d79..4bf752ef8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.3.0", + "version": "5.4.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 63efb886d5..e2db14cc04 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-RC2-46574-src'; +$wp_version = '5.4-alpha-46582-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.