Skip to content

Commit

Permalink
Bump version number for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva committed May 25, 2016
1 parent e8572f2 commit 241946b
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 @@ -29,10 +29,10 @@

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

$plugin->version = 2016020101; // Plugin version.
$plugin->version = 2016020102; // Plugin version.
$plugin->requires = 2015111600; // require Moodle version (3.0).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.0.1';
$plugin->release = '3.1.0';
$plugin->component = 'block_configurable_reports'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 86400; // = Once in 24h, Set min time between cron executions.
// Should probably be at night to off load CPU load.

0 comments on commit 241946b

Please sign in to comment.