From 41dc3e8d396e2e3bb20b3f2ba06e50f7cccc03b6 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 5 Aug 2019 07:10:56 +0000 Subject: [PATCH] Build Tools: Add a WordPress Development Environment. This commit adds the first iteration of a Docker-based config for setting up a local WordPress development environment. Props pento, noisysocks, mcsf, pbearne, isabel_brison. See #47767. Built from https://develop.svn.wordpress.org/trunk@45745 git-svn-id: http://core.svn.wordpress.org/trunk@45556 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 678937f1aa..f10f0ba315 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45744'; +$wp_version = '5.3-alpha-45745'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.