Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna-lmsace committed May 8, 2023
1 parent ff094bf commit b0ac8d4
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,9 +24,9 @@

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

$plugin->version = 2023050800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023050801; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022041900; // Requires this Moodle version.
$plugin->release = 'Version 1.3';
$plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).
$plugin->supported = [40, 401];
$plugin->maturity = MATURITY_STABLE;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit b0ac8d4

Please sign in to comment.