Skip to content

Commit c000c78

Browse files
committed
Bump version number for releasing
1 parent b2a06d7 commit c000c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

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

33-
$plugin->version = 2011040121; // Plugin version.
33+
$plugin->version = 2011040122; // Plugin version.
3434
$plugin->requires = 2011120500; // require Moodle version (2.2).
3535
$plugin->maturity = MATURITY_STABLE;
36-
$plugin->release = '2.3.9';
36+
$plugin->release = '2.3.10';
3737
$plugin->component = 'block_configurable_reports'; // Full name of the plugin (used for diagnostics)
3838
$plugin->cron = 86400; // = Once in 24h, Set min time between cron executions.
3939
// Should probably be at night to off load CPU load.

0 commit comments

Comments
 (0)