Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Nov 7, 2024
1 parent e00b1aa commit 91484bc
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 @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'gradingform_rubric_ranges';
$plugin->version = 2024041100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024041100; // Match release exactly to version.
$plugin->version = 2024110700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024110700; // Match release exactly to version.
$plugin->requires = 2023042400; // Requires Moodle 4.2.0 or later.
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 404];

0 comments on commit 91484bc

Please sign in to comment.