From 8cd052d2291d844a4237e3c62891b027730b1bd6 Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Thu, 8 Mar 2018 15:49:13 +0100 Subject: [PATCH] 3.62.1 stable version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 439227b..80ed783 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018030600; -$plugin->release = '3.62.0.1035'; +$plugin->version = 2018030800; +$plugin->release = '3.62.1.1036'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_multianswerwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018030600 + 'qtype_wq' => 2018030800 );