Skip to content

Commit

Permalink
Set required moodle version to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel committed Sep 4, 2024
1 parent b39ac36 commit bfb151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024082600;
$plugin->requires = 2023042403;
$plugin->requires = 2024042200;
$plugin->release = '0.0.1';
$plugin->component = 'local_ai_manager';
$plugin->maturity = MATURITY_ALPHA;

0 comments on commit bfb151e

Please sign in to comment.