Skip to content

Commit

Permalink
bump version.php for rc release
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Oct 21, 2024
1 parent 9263a31 commit 35dae9e
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 @@ -8,11 +8,11 @@

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

$plugin->version = 2024060300;
$plugin->version = 2024102100;
$plugin->requires = 2022112800; // Moodle version
$plugin->release = '2.2.0-dev';
$plugin->release = '3.0.0-rc.1';
$plugin->component = 'mod_adleradaptivity'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_RC;
$plugin->dependencies = array(
'local_logging' => ANY_VERSION,
);

0 comments on commit 35dae9e

Please sign in to comment.