From 99b9915caf6752a0490e25f05a1a31a1e3e62bd1 Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Wed, 13 Jun 2018 15:54:56 +0200 Subject: [PATCH] 3.65.2 stable version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index a6cec42..38eca97 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018060600; -$plugin->release = '3.65.1.1040'; +$plugin->version = 2018061300; +$plugin->release = '3.65.2.1041'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_truefalsewiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018060600 + 'qtype_wq' => 2018061300 );