Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Syxton authored Aug 30, 2023
1 parent e9f4467 commit 1d6b685
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 @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin = new stdClass();
$plugin->version = 2023083000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023083001; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2014111000; // Requires this Moodle version.
$plugin->component = 'tool_coursearchiver'; // Full name of the plugin (used for diagnostics).
$plugin->release = '4.1.5 (Build: 2016090200)';
Expand Down

0 comments on commit 1d6b685

Please sign in to comment.