Skip to content

Commit b287732

Browse files
committed
INT-17961: 3.11mp2 version bump
1 parent 1e9e740 commit b287732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
/** @var object $plugin */
28-
$plugin->version = 2021112600; // The current plugin version (Date: YYYYMMDDXX).
28+
$plugin->version = 2022041300; // The current plugin version (Date: YYYYMMDDXX).
2929
$plugin->requires = 2021051700; // Requires this Moodle version.
3030
$plugin->component = 'local_redislock'; // Full name of the plugin (used for diagnostics).
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)