From 4f8e6c8c6bde21b06be9d5974cba4a05d4888596 Mon Sep 17 00:00:00 2001 From: Yair Ansbacher Date: Thu, 5 Aug 2021 10:32:04 +0300 Subject: [PATCH] Bump version to 2.90 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9cf6aac3b1..8f36ab61c6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -20,7 +20,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.90.rc5'; +$wgMwEmbedVersion = '2.90'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {