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 b2a06d7 commit c000c78
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 @@ -30,10 +30,10 @@

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

$plugin->version = 2011040121; // Plugin version.
$plugin->version = 2011040122; // Plugin version.
$plugin->requires = 2011120500; // require Moodle version (2.2).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.3.9';
$plugin->release = '2.3.10';
$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 c000c78

Please sign in to comment.