Skip to content

Commit

Permalink
bump version for plugins db release.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Nov 14, 2023
1 parent 816136c commit 38c9427
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 @@ -24,8 +24,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2023111401;
$plugin->release = 2023111401;
$plugin->version = 2023111402;
$plugin->release = 2023111402;
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2022112805; // Requires 4.1.
$plugin->component = 'local_recompletion';
Expand Down

0 comments on commit 38c9427

Please sign in to comment.