Skip to content

Commit

Permalink
MDL-68797 tool_mobile: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 9, 2020
1 parent 44124e4 commit e19c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/mobile/version.php
Expand Up @@ -23,7 +23,7 @@
*/

defined('MOODLE_INTERNAL') || die();
$plugin->version = 2021052500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2021052501; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2021052500; // Requires this Moodle version.
$plugin->component = 'tool_mobile'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
Expand Down

0 comments on commit e19c2a1

Please sign in to comment.