From 76584c08d7f69f518d98fc638b51971a4a838a9f Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 16 Nov 2018 01:06:55 +0000 Subject: [PATCH] Post WordPress 5.0 Beta 5 version bump. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43907 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 32a6d2e577..e043a34a7a 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-beta5-src'; +$wp_version = '5.0-beta5-43910-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.