Skip to content

Commit 86f0d43

Browse files
committed
Update plugin version for 4.4.3 release
1 parent 0fec9ef commit 86f0d43

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 = 2024042210;
29+
$plugin->version = 2024042215;
3030
$plugin->requires = 2024042200;
31-
$plugin->release = '4.4.2';
31+
$plugin->release = '4.4.3';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2024042210,
35+
'auth_oidc' => 2024042215,
3636
];

0 commit comments

Comments
 (0)