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.