From c76c0d8a2ed38b239ebf26aeedc10bca4348488e Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 27 Jul 2023 08:19:26 -0400 Subject: [PATCH] Release v7.1.3 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 01a62e8..d8c1023 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2023041700; +$plugin->version = 2023072700; $plugin->requires = 2022041900; $plugin->component = 'block_massaction'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v7.1.2'; +$plugin->release = 'v7.1.3';