Skip to content

Commit 5fde85e

Browse files
committed
Update plugin version for 4.3.7 release
1 parent 8f85483 commit 5fde85e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

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

29-
$plugin->version = 2023100925;
29+
$plugin->version = 2023100930;
3030
$plugin->requires = 2023100900;
31-
$plugin->release = '4.3.6';
31+
$plugin->release = '4.3.7';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2023100925,
35+
'auth_oidc' => 2023100930,
3636
];

0 commit comments

Comments
 (0)