From 1b3c7cf17f55fe84f40ddf881672fb5676a3263e Mon Sep 17 00:00:00 2001 From: Inbal Vasserman Date: Tue, 5 Sep 2023 12:21:24 +0300 Subject: [PATCH] Bump version to 2.102.rc1 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e2cf14b2b8..888e18b4d0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -24,7 +24,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.101'; +$wgMwEmbedVersion = '2.102.rc1'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {