From 8b1be13c865b9c4427602f5909bfd0c99749405c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Jan 2021 12:39:54 +0000 Subject: [PATCH] =?UTF-8?q?5.7-alpha-50000=20=F0=9F=8E=89=F0=9F=99=8C?= =?UTF-8?q?=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for the past Excited for the future We are #WordPressStrong! Built from https://develop.svn.wordpress.org/trunk@50000 git-svn-id: http://core.svn.wordpress.org/trunk@49701 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 91c2b6e01a..5761e50b9a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49994'; +$wp_version = '5.7-alpha-50000'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.