Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
davosmith committed Mar 14, 2016
1 parent 79b5fa9 commit 345c4be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
$plugin = new stdClass();
}
// Used by M2.6 and above.
$plugin->version = 2015122300; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2016031400; // The current module version (Date: YYYYMMDDXX)
$plugin->cron = 60; // Period for cron to check this module (secs).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.x (Build: 2015122300)';
$plugin->release = '2.x (Build: 2016031400)';
$plugin->requires = 2010112400;
$plugin->component = 'mod_checklist';

Expand All @@ -45,4 +45,4 @@
$module->release = $plugin->release;
$module->requires = $plugin->requires;
$module->component = $plugin->component;
}
}

0 comments on commit 345c4be

Please sign in to comment.