From 5f63742388834ffdd0717693a9729fdbf6ac40e4 Mon Sep 17 00:00:00 2001
From: Helen Hou-Sandi <helen@git.wordpress.org>
Date: Mon, 7 Dec 2020 21:24:09 +0000
Subject: [PATCH] WordPress 5.6 RC 5.

git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49767 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 f973c44912..5b241c9384 100644
--- a/src/wp-includes/version.php
+++ b/src/wp-includes/version.php
@@ -13,7 +13,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '5.6-RC4-49756-src';
+$wp_version = '5.6-RC5-src';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.