From 1f355e38a088de9be8a2e0f0f742ed480c47dd75 Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Wed, 6 Jun 2018 10:59:43 +0200 Subject: [PATCH] 3.65.0 stable version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index ab6b95b..ae96952 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018050800; -$plugin->release = '3.64.0.1038'; +$plugin->version = 2018060500; +$plugin->release = '3.65.0.1039'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_essaywiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018050800 + 'qtype_wq' => 2018060500 );