Skip to content

Commit 241946b

Browse files
committed
Bump version number for releasing
1 parent e8572f2 commit 241946b

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
@@ -29,10 +29,10 @@
2929

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

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

0 commit comments

Comments
 (0)