Commit eaf61cb8cc for wordpress.org

commit eaf61cb8cc5128fde566787ef99e8473ccfd12ca
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sat May 31 23:58:29 2025 +0000

    Docs: Correct the order of parameters in some cache functions used by unit tests.

    Follow-up to [40561].

    Props truptikanzariya, rutvikbhambhi2004, nareshbheda, sabernhardt, mukesh27.
    Fixes #63497.
    Built from https://develop.svn.wordpress.org/trunk@60270


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index b9ca249807..ab4553f0d5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60269';
+$wp_version = '6.9-alpha-60270';

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