Skip to content

Commit

Permalink
bump version number and increase maturity level to stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt authored Jun 11, 2024
1 parent fba1896 commit f69e11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qtype_knowledgecheck';
$plugin->version = 2024031600;
$plugin->version = 2024061000;
$plugin->release = 'v4.3';
$plugin->requires = 2023100400;
$plugin->supported = [403, 403];
$plugin->maturity = MATURITY_BETA;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit f69e11a

Please sign in to comment.