Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Jul 24, 2024
1 parent 95f6141 commit 1ff1f7c
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 @@ -23,8 +23,8 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023020107;
$plugin->release = 2023020107;
$plugin->version = 2023020108;
$plugin->release = 2023020108;
$plugin->requires = 2022090200; // Requires 4.1.
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;
Expand Down

0 comments on commit 1ff1f7c

Please sign in to comment.