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 1e9e740 commit b287732Copy full SHA for b287732
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
/** @var object $plugin */
28
-$plugin->version = 2021112600; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2022041300; // 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;
0 commit comments