Skip to content

Commit

Permalink
Merge pull request #27 from stopfstedt/version_bump
Browse files Browse the repository at this point in the history
version and maturity indicator bumps.
  • Loading branch information
jrjohnson authored Oct 14, 2024
2 parents f5c78a2 + 565f82d commit 8b485b6
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 @@ -24,9 +24,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024090900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024101400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2024041600; // Requires this Moodle version.
$plugin->component = 'tool_ilioscategoryassignment'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v4.4-rc2';
$plugin->release = 'v4.4';
$plugin->supported = [404, 404];
$plugin->maturity = MATURITY_RC;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 8b485b6

Please sign in to comment.