Skip to content

Commit

Permalink
bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Dec 3, 2024
1 parent dd599a5 commit a988536
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 = 2024102200;
$plugin->version = 2024120300;
$plugin->requires = 2024042200; // Moodle version
$plugin->component = 'local_adler';
$plugin->release = '5.0.0-rc.2';
$plugin->maturity = MATURITY_RC;
$plugin->release = '5.0.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_logging' => ANY_VERSION,
);

0 comments on commit a988536

Please sign in to comment.