Skip to content

Commit

Permalink
Release v4.1-r6
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Oct 29, 2024
1 parent 00d2e77 commit a559591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ moodle-tool_redis
Changes
-------

### Unreleased
### v4.1-r6

* 2024-10-29 - Replace Redis Stats GUI with the newer Valkey Stats GUI

Expand Down
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();

$plugin->component = 'tool_redis';
$plugin->version = 2023010504;
$plugin->release = 'v4.1-r5';
$plugin->version = 2023010505;
$plugin->release = 'v4.1-r6';
$plugin->requires = 2022112800;
$plugin->supported = [401, 401];
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit a559591

Please sign in to comment.