Commit 8a9a20c3ee for wordpress.org

commit 8a9a20c3eea8cd4b5f8a283329875098a027dafc
Author: John Blackbourn <johnbillion@git.wordpress.org>
Date:   Sat Aug 13 23:25:08 2022 +0000

    Build/Test Tools: Move the Memcached container into the Docker Compose config.

    This allows a developer to use the persistent Memcached object cache on their local development environment via the `LOCAL_PHP_MEMCACHED` environment variable.

    Enable the memcached config via `LOCAL_PHP_MEMCACHED=true` in the `.env` file and then restart the environment with `npm run env:restart`.

    Fixes #55700

    Built from https://develop.svn.wordpress.org/trunk@53895


    git-svn-id: http://core.svn.wordpress.org/trunk@53454 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index d25bcee787..f387ce50ec 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.1-alpha-53894';
+$wp_version = '6.1-alpha-53895';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.