Skip to content

Commit

Permalink
Update version files for 3.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jun 29, 2021
1 parent 652fd99 commit 667cb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin->version = 2020071507;
$plugin->requires = 2020061500;
$plugin->release = '3.9.4';
$plugin->release = '3.9.5';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071504,
'auth_oidc' => 2020071505,
];

0 comments on commit 667cb26

Please sign in to comment.