Skip to content

Commit

Permalink
bump plugin versions for RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Nov 8, 2023
1 parent b68cf23 commit c6e2261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = 2023110600;
$plugin->version = 2023110800;
$plugin->requires = 2021051712.05; // Moodle version
$plugin->component = 'local_adler';
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = '2.0.0-rc.1_dev';
$plugin->release = '2.0.0-rc.2';
$plugin->dependencies = array(
'availability_adler' => ANY_VERSION,
);

0 comments on commit c6e2261

Please sign in to comment.