Skip to content

Commit e36f050

Browse files
author
Pol Torrent i Soler
committed
chore: bump version to 4.11.2
1 parent 3fced17 commit e36f050

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 = 2024032201;
19+
$plugin->version = 2024032202;
2020
$plugin->requires = 2015111600; // Moodle 3.0.
21-
$plugin->release = '4.11.1';
21+
$plugin->release = '4.11.2';
2222
$plugin->maturity = MATURITY_STABLE;
2323
$plugin->component = 'qtype_multianswerwiris';
2424
$plugin->dependencies = array(
25-
'qtype_wq' => 2024032201
25+
'qtype_wq' => 2024032202
2626
);

0 commit comments

Comments
 (0)