From 0f18fb0bd85ce8f1106d9ef32fe9c29c07276148 Mon Sep 17 00:00:00 2001
From: noisysocks <noisysocks@git.wordpress.org>
Date: Mon, 15 Nov 2021 00:19:00 +0000
Subject: [PATCH] Build/Test Tools: Restore the https URL for browserify-aes

Follows [52143].
See #54337.
Props TobiasBg.

Built from https://develop.svn.wordpress.org/trunk@52156


git-svn-id: http://core.svn.wordpress.org/trunk@51748 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 2ada4d0a93..36502cd5b8 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '5.9-alpha-52155';
+$wp_version = '5.9-alpha-52156';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.