From 2f2d627b9b835b1d883000fccf89df490710a805 Mon Sep 17 00:00:00 2001 From: lianbenjamin <79077248+lianbenjamin@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:34:10 +0300 Subject: [PATCH] Bump version to 2.97 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 210a7c2b19..e4e7697252 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -24,7 +24,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.97.rc7'; +$wgMwEmbedVersion = '2.97'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {