Commit 835a6e637e for wordpress.org
commit 835a6e637e43066bdd0304b20b001bab290954d6
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 14 15:53:50 2026 +0000
Tests: Use a strict assertion for a falsey site option.
Assert that an option added with integer zero is returned as the string '0' after flushing the cache, matching the value read from the database.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13516
Props haritpanchal.
See #64895.
Built from https://develop.svn.wordpress.org/trunk@63613
git-svn-id: http://core.svn.wordpress.org/trunk@62789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 27f9a80ea2..c337f25b5d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63612';
+$wp_version = '7.2-alpha-63613';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.