From c54e29fd68ffa423c4cf64da100ae47e9712d5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 16 Feb 2023 03:50:19 +0000 Subject: [PATCH] Build/Test Tools: Improve devcontainer setup for non-Codespaces usage This now runs in local Docker as well. Sets the executable propset to explicitly identify `install-tool.sh` and `setup.sh` as executable. Unclear if this will sync via the Git mirror; ideally it would as otherwise the two files show as modified in a Git clone even in a fresh container. Props samruddhikhandale. See #57187. Built from https://develop.svn.wordpress.org/trunk@55353 git-svn-id: http://core.svn.wordpress.org/trunk@54886 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 ef1576b391..106f529c39 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta2-55352'; +$wp_version = '6.2-beta2-55353'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.