From 62d53d3ff94a02857d3979c836b694e01ff76d1c Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sat, 21 Oct 2023 08:38:29 +0000 Subject: [PATCH] Build/Test Tools: Remove now obsolete `jest-image-snapshot` dependency. With the migration of visual regression tests to Playwright in [56926], this package is no longer needed and can be safely removed. See #59517. Built from https://develop.svn.wordpress.org/trunk@56980 git-svn-id: http://core.svn.wordpress.org/trunk@56491 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 befb4d546e..b78570591b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-56978'; +$wp_version = '6.5-alpha-56980'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.