From 74d03c469273d12365270662c53d1edb26f347ab Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 12 Aug 2019 08:29:55 +0000 Subject: [PATCH] Build Tools: Miscellaneous `local-env` improvements. - Move the functionality for controlling `local-env` out of `package.json`, into JS scripts. - Merge the `docker-compose` config files, and move it to the root directory. This allows `docker-compose.override.yml` to work for local overrides. - Fix nginx redirecting to port 80 under some circumstances. - `npm run env:install` now creates `wp-tests.config.php` for you. - Cleaned up a bunch of cruft in `.travis.yml`. See #47767. Built from https://develop.svn.wordpress.org/trunk@45783 git-svn-id: http://core.svn.wordpress.org/trunk@45594 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 34d0197ef4..89cdc6874d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45782'; +$wp_version = '5.3-alpha-45783'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.