From 52139510b07f79a6b58325360b2f1dc4c4116988 Mon Sep 17 00:00:00 2001 From: marcusgreen Date: Sat, 16 Feb 2019 07:12:02 +0000 Subject: [PATCH] version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index fa8946d7..352dd320 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_gapfill'; -$plugin->version = 2018120800; +$plugin->version = 2019021600; $plugin->requires = 2016052311; // Moodle 3.1.11. $plugin->release = '1.975'; $plugin->maturity = MATURITY_STABLE;