Skip to content

Commit

Permalink
update version.php for release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Jun 3, 2024
1 parent a9afc24 commit c48b66d
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 = 2024030800;
$plugin->version = 2024060300;
$plugin->requires = 2022112800; // Moodle version
$plugin->component = 'local_adler';
$plugin->release = '3.1.0-dev';
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = '3.2.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_logging' => ANY_VERSION,
);

0 comments on commit c48b66d

Please sign in to comment.