Skip to content

Commit 101a6fa

Browse files
committed
INT-18181: bump versions for 3.11 mp4
1 parent d03db82 commit 101a6fa

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
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
/** @var object $plugin */
28-
$plugin->version = 2022041300; // The current plugin version (Date: YYYYMMDDXX).
28+
$plugin->version = 2022072900; // 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;
32-
$plugin->release = '3.11.3';
32+
$plugin->release = '3.11.6';

0 commit comments

Comments
 (0)