From 9a54cc2ed6526059528310554281a833d65fe4ef Mon Sep 17 00:00:00 2001
From: ARLoewe <87641713+ARLoewe@users.noreply.github.com>
Date: Sun, 13 Aug 2023 17:36:34 +0200
Subject: [PATCH] Update version

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

diff --git a/version.php b/version.php
index 6af74ef..2affe43 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 = 2022112300;
+$plugin->version = 2023081300;
 $plugin->requires = 2018120300;
 $plugin->maturity = MATURITY_ALPHA;
-- 
GitLab