Skip to content

Commit

Permalink
Merge pull request #92 from drachels/master
Browse files Browse the repository at this point in the history
Corrected version number.
  • Loading branch information
drachels authored Jul 8, 2020
2 parents fc41f5a + 6082a85 commit 0bbc0f8
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 @@ -26,9 +26,9 @@

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

$plugin->version = 20200070800; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2020070800; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2014051200; // Requires Moodle 2.7.
$plugin->cron = 60; // Period for cron to check this module (secs).
$plugin->component = 'mod_mootyper';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.9.1 (Build: 20200070800)';
$plugin->release = '3.9.1 (Build: 2020070800)';

0 comments on commit 0bbc0f8

Please sign in to comment.