diff --git a/package-lock.json b/package-lock.json index 9251da7d5e..0dbe9d78d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 829bb11b69..b7078090ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.0.3", + "version": "5.0.4", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 327f0316fe..c31393fbd8 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0.3-src'; +$wp_version = '5.0.4-alpha-44523-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -33,3 +33,4 @@ $required_php_version = '5.2.4'; * @global string $required_mysql_version */ $required_mysql_version = '5.0'; + \ No newline at end of file