Skip to content

Commit

Permalink
Update version.php for Moodle 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CrymSonir committed Dec 12, 2022
1 parent 31b0b2f commit 59e8834
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 @@ -26,9 +26,9 @@

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

$plugin->version = 2021052700;
$plugin->requires = 2016052300; // Requires this Moodle version
$plugin->version = 2022121300;
$plugin->requires = 2022041905; // Requires this Moodle version
$plugin->component = 'block_admin_presets';
$plugin->release = '3.4';
$plugin->release = '4.1';
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 59e8834

Please sign in to comment.