Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscholz committed Nov 24, 2023
1 parent dd0f7c7 commit 32ee95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

$plugin->version = 2023071201; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023071202; // 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).
Expand Down

0 comments on commit 32ee95f

Please sign in to comment.