diff --git a/version.php b/version.php index f020b2a..b4b6a1a 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112830; +$plugin->version = 2022112835; $plugin->requires = 2022112800; -$plugin->release = '4.1.6'; +$plugin->release = '4.1.7'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;