From 3f684a63b39fe6df244f170e1bb8569c7301b07d Mon Sep 17 00:00:00 2001 From: lianbenjamin <79077248+lianbenjamin@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:11:24 +0300 Subject: [PATCH] Bump version to 2.102 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 888e18b4d0..3187be81a9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -24,7 +24,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.102.rc1'; +$wgMwEmbedVersion = '2.102'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {