From 5640763da953c28033e9f285c7c2a1da4c613aa3 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 2 May 2019 16:27:59 +0000 Subject: [PATCH] Trunk is now 5.3 alpha git-svn-id: https://develop.svn.wordpress.org/trunk@45282 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 6e6ce3a03b..87d15c3105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.2.0", + "version": "5.3.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 db76bed391..f516168cf9 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-RC2-45280-src'; +$wp_version = '5.3-alpha-45282-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.