Skip to content

Commit

Permalink
INT-18181: bump versions for 3.11 mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelatopen committed Jul 29, 2022
1 parent d03db82 commit 101a6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

/** @var object $plugin */
$plugin->version = 2022041300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2022072900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2021051700; // Requires this Moodle version.
$plugin->component = 'local_redislock'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.11.3';
$plugin->release = '3.11.6';

0 comments on commit 101a6fa

Please sign in to comment.