From 5f4cd8645c739ebf1570ba1618bd1cd57d827c91 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Wed, 21 Sep 2022 16:25:20 +0000 Subject: [PATCH] WordPress 6.1 Beta 1. git-svn-id: https://develop.svn.wordpress.org/trunk@54281 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 788f249baf..2e571378a3 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53344-src'; +$wp_version = '6.1-beta1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.