Skip to content

Commit

Permalink
chore: bump version to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Dec 19, 2024
1 parent 6aa3f93 commit 9c9b797
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 = 2024032206;
$plugin->version = 2024121900;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.11.6';
$plugin->release = '4.12.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_truefalsewiris';
$plugin->dependencies = array(
'qtype_wq' => 2024032206
'qtype_wq' => 2024121900
);

0 comments on commit 9c9b797

Please sign in to comment.