diff --git a/version.php b/version.php index afe3e0f..31b8331 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100915; +$plugin->version = 2023100920; $plugin->requires = 2023100900; -$plugin->release = '4.3.3'; +$plugin->release = '4.3.4'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;