Skip to content

Commit 511b2b7

Browse files
author
David Castro
committed
INT-16487: 3.9.3 version bump.
1 parent 2bc3dad commit 511b2b7

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
@@ -28,7 +28,7 @@
2828
defined('MOODLE_INTERNAL') || die();
2929

3030
$plugin->version = 2020061100; // The current module version (Date: YYYYMMDDXX)
31-
$plugin->requires = 2019111800; // Requires this Moodle version
31+
$plugin->requires = 2020061500; // Requires this Moodle version
3232
$plugin->component = 'mod_hsuforum'; // Full name of the plugin (used for diagnostics).
33-
$plugin->release = '3.8.3';
33+
$plugin->release = '3.9.3';
3434
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)