From 5dc3f83a0732a85f9e21ba34f73145b12f6abaf1 Mon Sep 17 00:00:00 2001 From: zieladam Date: Tue, 17 Oct 2023 13:42:19 +0000 Subject: [PATCH] Build/Test Tools: Store WordPress.zip for every GitHub Pull Request as a GitHub artifact. Storing build files enables reusing them in WordPress Playground and ultimately implementing a Pull Request. Props desrosj, bernhard-reiter See #59416. Built from https://develop.svn.wordpress.org/trunk@56958 git-svn-id: http://core.svn.wordpress.org/trunk@56469 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 352be7a7e4..23b0fcf904 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta4-56957'; +$wp_version = '6.4-beta4-56958'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.