Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagefoerde committed Nov 21, 2018
1 parent 89b5639 commit 9fe2a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die();


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

0 comments on commit 9fe2a07

Please sign in to comment.