From add1c8fb6a8bd38d1da85df9467462969eb442d4 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Tue, 23 Apr 2024 09:30:53 +0100 Subject: [PATCH] Update version.php bumped to 2.140 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0ddcf26..8c3f0cd 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_gapfill'; -$plugin->version = 2024042200; +$plugin->version = 2024042300; $plugin->requires = 2022040100; // Moodle 4.0. -$plugin->release = '2.139'; +$plugin->release = '2.140'; $plugin->maturity = MATURITY_STABLE;