From 0d21daa17a3a1cb546d9b3abee765fbcce729210 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 13 Dec 2018 03:40:01 +0000 Subject: [PATCH] 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 --- 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 2ecd096d80..58ca6b0dfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "repository": { "type": "svn", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 5e6dbeab06..5fe3727160 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.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.