From a18436ba6cb117bbd3deb4b83cacb0ab7270cb72 Mon Sep 17 00:00:00 2001 From: ARLoewe <87641713+ARLoewe@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:15:08 +0200 Subject: [PATCH] Update version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 2affe43..b0a2614 100644 --- a/version.php +++ b/version.php @@ -25,6 +25,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_moopt'; $plugin->release = '0.4.0'; -$plugin->version = 2023081300; +$plugin->version = 2024091200; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_ALPHA; -- GitLab