Skip to content

Commit

Permalink
update plugin version for 3.9.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 5, 2022
1 parent ee85973 commit 9bb5616
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 @@ -26,11 +26,11 @@

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

$plugin->version = 2020071555;
$plugin->version = 2020071560;
$plugin->requires = 2020061500;
$plugin->release = '3.9.10';
$plugin->release = '3.9.11';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071555,
'auth_oidc' => 2020071560,
];

0 comments on commit 9bb5616

Please sign in to comment.