From c583043223b03eae3132c15259123535a940c8ea Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 May 2022 17:40:10 +0000 Subject: [PATCH] Trunk is now 6.1-alpha. Built from https://develop.svn.wordpress.org/trunk@53344 git-svn-id: http://core.svn.wordpress.org/trunk@52933 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 f10f29ed33..f8efc6f53b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-RC1-53342'; +$wp_version = '6.1-alpha-53344'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.