From dc4064e3860045af47b95207373473e084d0315e Mon Sep 17 00:00:00 2001 From: Amr Date: Mon, 28 Nov 2016 10:53:39 +0100 Subject: [PATCH] Closes Fixes CMDL-92 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 8531591..e959f07 100644 --- a/version.php +++ b/version.php @@ -25,6 +25,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_fileresponse'; -$plugin->version = 2016093200; +$plugin->version = 2016112800; $plugin->requires = 2015050500; $plugin->maturity = MATURITY_BETA;