Skip to content

Commit 3448b6c

Browse files
Merge pull request #117 from catalyst/plugin-dir-update-400
Bump version.php for Moodle 4.0
2 parents 17c6cca + f5ec943 commit 3448b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

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

28-
$plugin->version = 2021052533;
29-
$plugin->release = 2021052533;
30-
$plugin->requires = 2018051700;
28+
$plugin->version = 2022041900;
29+
$plugin->release = 2022041900;
30+
$plugin->requires = 2022041900;
3131
$plugin->component = 'mod_observation';
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)