From fa8f9ebd8546b784e5a8fb251702c8481493fb7d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 7 Sep 2022 17:15:15 +0000 Subject: [PATCH] Build/Test Tools: Always use the amd64 images for MariaDB and MySQL on the local development environment. The `amd64/mysql` and `amd64/mariadb` official images from Docker are also compatible with an x64 host machine which means they can be used by default instead of only when the host uses ARM64. Props bernhard-reiter, czapla, gmovr, withinboredom Fixes #56528 Built from https://develop.svn.wordpress.org/trunk@54096 git-svn-id: http://core.svn.wordpress.org/trunk@53655 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 a840087e45..3ee1bb0833 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54095'; +$wp_version = '6.1-alpha-54096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.