diff --git a/version.php b/version.php index b52dc84..da41a86 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018051704; +$plugin->version = 2018051705; $plugin->requires = 2018051700; -$plugin->release = '3.5.0.3'; +$plugin->release = '3.5.0.4'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;