diff --git a/version.php b/version.php index 8e14a77..ed90803 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020071503; -$plugin->requires = 2020061500; -$plugin->release = '3.9.2'; +$plugin->version = 2020110900; +$plugin->requires = 2020110900; +$plugin->release = '3.10.0'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;