Skip to content

Commit

Permalink
Update plugin versions for 4.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jul 22, 2024
1 parent 95693c3 commit e5b25b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023100920;
$plugin->requires = 2023100900;
$plugin->release = '4.3.4';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit e5b25b3

Please sign in to comment.