From 9735646a212d610ca51a40d234a9f9033dcaca44 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 4 Mar 2025 14:45:30 +0000 Subject: [PATCH] External Libraries: Update `json2php` to version `0.0.12`. A full list of changes can be found on GitHub: https://github.com/daniel-zahariev/json2php/compare/0.0.9...v0.0.12. Fixes #63051. Built from https://develop.svn.wordpress.org/trunk@59928 git-svn-id: http://core.svn.wordpress.org/trunk@59270 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 a21a1c21c0..a42f5d054e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59927'; +$wp_version = '6.8-alpha-59928'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.