From 2bccfeffb479c033981b6f1b24ac41bd91a6eb57 Mon Sep 17 00:00:00 2001
From: Gary Pendergast <pento@git.wordpress.org>
Date: Fri, 23 Nov 2018 09:13:32 +0000
Subject: [PATCH] WordPress 5.0 RC1.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43943 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 e043a34a7a..192097ae23 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-43910-src';
+$wp_version = '5.0-RC1-src';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.