Skip to content

Commit 19d1aed

Browse files
author
Pol Torrent i Soler
committed
chore: bump version to v4.13.0
1 parent b9d40a3 commit 19d1aed

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 = 2024121902;
19+
$plugin->version = 2025042900;
2020
$plugin->requires = 2020061500; // Moodle 3.9.
21-
$plugin->release = '4.12.2';
21+
$plugin->release = '4.13.0';
2222
$plugin->maturity = MATURITY_STABLE;
2323
$plugin->component = 'qtype_wq';
2424
$plugin->dependencies = array(
25-
'filter_wiris' => 2024110400
25+
'filter_wiris' => 2025042200
2626
);

0 commit comments

Comments
 (0)