From c7050bfee438f17bc0e28c7ddfaebbe6a9ef41bc Mon Sep 17 00:00:00 2001 From: ellatrix Date: Thu, 19 Feb 2026 13:51:53 +0000 Subject: [PATCH] Update db_version after r61689. Props czarate, paulkevan, dd32. See #64622. Built from https://develop.svn.wordpress.org/trunk@61696 git-svn-id: http://core.svn.wordpress.org/trunk@61004 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7ae49da7e1..6fe33ec190 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,14 +16,14 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61695'; +$wp_version = '7.0-alpha-61696'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 61644; +$wp_db_version = 61696; /** * Holds the TinyMCE version.