diff --git a/version.php b/version.php index bd0041125..e8ed3a9c2 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020071555; +$plugin->version = 2020071560; $plugin->requires = 2020061500; -$plugin->release = '3.9.10'; +$plugin->release = '3.9.11'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2020071555, + 'auth_oidc' => 2020071560, ];