Skip to content

Commit

Permalink
MDL-70480 mod_assign: Bump version.php properly
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Aug 30, 2022
1 parent f4456f6 commit 76ed388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/version.php
Expand Up @@ -25,5 +25,5 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_assign'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2022071300; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2021051701; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2021051100; // Requires this Moodle version.

0 comments on commit 76ed388

Please sign in to comment.