Skip to content

Commit

Permalink
update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Apr 5, 2024
1 parent ab6f4f9 commit a46f6dc
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 @@ -21,11 +21,11 @@

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

$plugin->version = 2024011706;
$plugin->version = 2024030800;
$plugin->requires = 2022112800; // Moodle version
$plugin->component = 'local_adler';
$plugin->release = '4.0.0-dev';
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = '3.1.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_logging' => ANY_VERSION,
);

0 comments on commit a46f6dc

Please sign in to comment.