From 44d7505a8d8eab50ac1e2bda962282d39b206b64 Mon Sep 17 00:00:00 2001 From: Yair Ansbacher Date: Tue, 9 Feb 2021 10:35:35 +0200 Subject: [PATCH] Bump version to 2.86.rc6 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3fa24d441f..0f6975bb09 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -20,7 +20,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.86.rc5'; +$wgMwEmbedVersion = '2.86.rc6'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {