Skip to content

Commit 0b7033a

Browse files
author
David Castro
committed
INT-16487: 3.9.3 version bump.
1 parent 1394b41 commit 0b7033a

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
@@ -26,7 +26,7 @@
2626

2727
/** @var object $plugin */
2828
$plugin->version = 2020061100; // The current plugin version (Date: YYYYMMDDXX).
29-
$plugin->requires = 2019111800; // Requires this Moodle version.
29+
$plugin->requires = 2020061500; // Requires this Moodle version.
3030
$plugin->component = 'local_redislock'; // Full name of the plugin (used for diagnostics).
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->release = '3.8.3';
32+
$plugin->release = '3.9.3';

0 commit comments

Comments
 (0)