From 9b785ee1abb3a7d1c5e4c2b43b8ec27e80c81444 Mon Sep 17 00:00:00 2001 From: lianbenjamin <79077248+lianbenjamin@users.noreply.github.com> Date: Wed, 23 Mar 2022 16:33:03 +0200 Subject: [PATCH] Bump version to 2.94 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ff492b60e4..c99715b6dc 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -20,7 +20,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.94.rc2'; +$wgMwEmbedVersion = '2.94'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {