Post-5.0.1 version bump for 5.0 branch.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2018-12-13 03:40:01 +00:00
parent 4c638e0146
commit 0d21daa17a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "WordPress", "name": "WordPress",
"version": "5.0.1", "version": "5.0.2",
"description": "WordPress is web software you can use to create a beautiful website or blog.", "description": "WordPress is web software you can use to create a beautiful website or blog.",
"repository": { "repository": {
"type": "svn", "type": "svn",

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0.1-src'; $wp_version = '5.0.2-alpha-44105-src';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.