Skip to content

Commit 9fe2a07

Browse files
committed
bump version for release
1 parent 89b5639 commit 9fe2a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
defined('MOODLE_INTERNAL') || die();
2525

2626

27-
$plugin->version = 2018050800; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->version = 2018112100; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2015111000; // Requires this Moodle version.
2929
$plugin->component = 'block_groups'; // Full name of the plugin (used for diagnostics).
30-
$plugin->release = 'v3.5-r2';
31-
$plugin->maturity = MATURITY_STABLE;
30+
$plugin->release = 'v3.6-r1';
31+
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)