From 9afce5d0afef1ea46fc30587398744457c19a7a6 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 6 May 2022 17:16:11 +0000 Subject: [PATCH] Build/Test Tools: Allow the local development environment to run on Apple M1 machines without requiring local configuration changes. The `amd64/mysql` and `amd64/mariadb` official images from Docker are compatible with x86 running on the ARM64v8 architecture of M1 machines. Props afragen, justinahinon, desrosj, talldanwp, antonvlasenko, gziolo, aristath, johnbillion Fixes #52356 Built from https://develop.svn.wordpress.org/trunk@53358 git-svn-id: http://core.svn.wordpress.org/trunk@52947 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 c10f6e2f37..a6646004c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53357'; +$wp_version = '6.1-alpha-53358'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.