From 7effeb4fc1c6221cd3033790cd8946e47603430a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 3 Nov 2021 03:00:57 +0000 Subject: [PATCH] Build/Test Tools: Restore the `https` URL for `browserify-aes`. Follow-up to [51967], [51974]. See #54054. Built from https://develop.svn.wordpress.org/trunk@52000 git-svn-id: http://core.svn.wordpress.org/trunk@51589 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 eec1d3dba0..cab6e6430d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51999'; +$wp_version = '5.9-alpha-52000'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.