From 351c1fd7a6d2d0cac92ea6593dcfc799f9687640 Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Wed, 28 Sep 2022 13:29:12 -0400 Subject: [PATCH] Update version.php Release 7.1.0 (Moodle 4+) --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index dbdaaa8..80bf627 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2022071101; +$plugin->version = 2022092801; $plugin->requires = 2022041900; $plugin->component = 'block_massaction'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v7.0.2'; +$plugin->release = 'v7.1.0';