From 99fb518290ddcaa4c41d966f2c06f9674b254932 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 4 Dec 2024 14:43:19 +0000 Subject: [PATCH] Build/Test Tools: Add `repository` input to support JSON reading workflow. `actions/checkout` will always checkout the current repository unless the `repository` input is specified. This updates the `reusable-support-json-reader-v1.yml` workflow to always default to reading the JSON files from `wordpress-develop`. A `repository` has also been added to the workflow to allow a different set of JSON files to be read if desired. See #62221. Built from https://develop.svn.wordpress.org/trunk@59483 git-svn-id: http://core.svn.wordpress.org/trunk@58869 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 9b5c292d28..b32e63b532 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59482'; +$wp_version = '6.8-alpha-59483'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.