Skip to content

Commit

Permalink
chore: bump version to v4.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Sep 30, 2024
1 parent cac6cbf commit 3a536ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

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

$plugin->version = 2024032203;
$plugin->version = 2024032204;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.11.3';
$plugin->release = '4.11.4';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_matchwiris';
$plugin->dependencies = array(
'qtype_wq' => 2024032203
'qtype_wq' => 2024032204
);

0 comments on commit 3a536ea

Please sign in to comment.