Commit 13b4491495 for wordpress.org
commit 13b44914959d8563d0f649a81f85dfcbc81921f1
Author: desrosj <desrosj@git.wordpress.org>
Date: Wed Sep 9 12:40:43 2026 +0000
Build/Test Tools: Increase Gutenberg artifact retention.
It’s common for nuanced workflow run failures to be investigated over the course of several days following the initial run. In these cases, the entire workflow must be rerun even one only one or two jobs had failed because the artifact has expired.
This increases the artifact retention of the built Gutenberg asset from `1` day to `7` to help with this workflow.
See #65845.
Built from https://develop.svn.wordpress.org/trunk@63558
git-svn-id: http://core.svn.wordpress.org/trunk@62734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index a6c704956d..92cd2901dc 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63557';
+$wp_version = '7.2-alpha-63558';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.