From 8b0c16c8dc36ad5b62b594fd40725547e8367e66 Mon Sep 17 00:00:00 2001
From: ARLoewe <87641713+ARLoewe@users.noreply.github.com>
Date: Mon, 4 Nov 2024 10:09:35 +0100
Subject: [PATCH] Update version.php

---
 version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.php b/version.php
index b0a2614..c07a074 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 = 2024091200;
+$plugin->version = 2024110400;
 $plugin->requires = 2018120300;
 $plugin->maturity = MATURITY_ALPHA;
-- 
GitLab