From 63bda1661754d8e3bcecd4686c6ab38beb99c830 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 8 Sep 2023 09:48:36 +0200 Subject: [PATCH] Prepare v1.1.8 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index bbbedde..95570b7 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2023071900; -$plugin->release = '1.1.7'; +$plugin->version = 2023090800; +$plugin->release = '1.1.8'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2018051700; $plugin->component = 'local_moodlecheck';