Skip to content

Commit f343c8c

Browse files
committed
Silly detail, just bump version and make 3.8.0 the minimum
Note this has zero impact, this is not a real moodle plugin.
1 parent ab25f0a commit f343c8c

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
@@ -24,11 +24,11 @@
2424

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

27-
$plugin->version = 2012113000;
28-
$plugin->requires = 2013070400; // Moodle 2.6dev (Build 20130704) and upwards.
27+
$plugin->version = 2022093000;
28+
$plugin->requires = 2019111800; // Moodle 3.8.0 (Build 20191118) and upwards.
2929
$plugin->dependencies = array( // Also requires these plugins to be installed.
3030
'local_moodlecheck' => '2012011000',
3131
);
3232
$plugin->component = 'local_ci';
33-
$plugin->release = '0.9.1';
33+
$plugin->release = '0.9.2';
3434
$plugin->maturity = MATURITY_BETA;

0 commit comments

Comments
 (0)