We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1e823 commit dd637dbCopy full SHA for dd637db
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
/** @var object $plugin */
28
-$plugin->version = 2021060100; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2021112600; // The current plugin version (Date: YYYYMMDDXX).
29
$plugin->requires = 2021051700; // Requires this Moodle version.
30
$plugin->component = 'local_redislock'; // Full name of the plugin (used for diagnostics).
31
$plugin->maturity = MATURITY_STABLE;
32
-$plugin->release = '3.11.2';
+$plugin->release = '3.11.3';
0 commit comments