From 29ba46ed7c04b09f1eddad20743618b60f0f2365 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Tue, 4 Oct 2022 17:49:54 +0000 Subject: [PATCH] Post WordPress 6.1 Beta 3 version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@54390 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 76d87ce01f..50df9aa6cc 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-beta3-src'; +$wp_version = '6.1-beta3-54390-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.