diff --git a/version.php b/version.php index 75966cb8a..3a8a743fb 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112826; +$plugin->version = 2022112830; $plugin->requires = 2022112800; -$plugin->release = '4.1.5'; +$plugin->release = '4.1.6'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112825, + 'auth_oidc' => 2022112830, ];