Skip to content

Commit d872328

Browse files
author
Pol Torrent i Soler
committed
chore: bump version to v4.12.2
1 parent 52a8268 commit d872328

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
@@ -16,11 +16,11 @@
1616

1717
defined('MOODLE_INTERNAL') || die();
1818

19-
$plugin->version = 2024121901;
19+
$plugin->version = 2024121902;
2020
$plugin->requires = 2015111600; // Moodle 3.0.
21-
$plugin->release = '4.12.1';
21+
$plugin->release = '4.12.2';
2222
$plugin->maturity = MATURITY_STABLE;
2323
$plugin->component = 'qtype_multianswerwiris';
2424
$plugin->dependencies = array(
25-
'qtype_wq' => 2024121901
25+
'qtype_wq' => 2024121902
2626
);

0 commit comments

Comments
 (0)