From b68ab0b15300291f2f9b5a77878dda9540b7d603 Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Wed, 12 Dec 2018 15:15:07 +0100 Subject: [PATCH] 3.71.0 stable version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 5b588aa..1793345 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018111200; -$plugin->release = '3.70.1.1051'; +$plugin->version = 2018121200; +$plugin->release = '3.71.0.1053'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_multichoicewiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018111200 + 'qtype_wq' => 2018121200 );