diff --git a/wp-includes/version.php b/wp-includes/version.php index 4b68249696..34f12bcd39 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0.3'; +$wp_version = '5.0.4-alpha-44523'; /** * 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