diff --git a/version.php b/version.php index 5e0fe0cef..4c45e166a 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ $plugin->version = 2020071507; $plugin->requires = 2020061500; -$plugin->release = '3.9.4'; +$plugin->release = '3.9.5'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2020071504, + 'auth_oidc' => 2020071505, ];