Commit 30538e82f2 for wordpress.org

commit 30538e82f2b55582a76991bc05c29ad8e6df2508
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sun Dec 21 23:48:31 2025 +0000

    Docs: Correct DocBlock formatting for `png:IHDR.color-type-orig` property test.

    Follow-up to [60246].

    Props mukesh27, adamsilverstein.
    See #64224.
    Built from https://develop.svn.wordpress.org/trunk@61396


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index b3e81966b5..7b06a5b259 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61395';
+$wp_version = '7.0-alpha-61396';

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