From 03d6ab5a2b3167df2c05aa726626b3aadaf51299 Mon Sep 17 00:00:00 2001 From: Mo Farouk <122031508+fmido88@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:44:16 +0200 Subject: [PATCH] v inc --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index a9a8b7e9..e8539fd2 100644 --- a/version.php +++ b/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024020400; +$plugin->version = 2024020421; $plugin->requires = 2020061500; $plugin->component = 'enrol_wallet'; -$plugin->release = '5.0.1'; +$plugin->release = '5.0.2'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ 'enrol_manual' => ANY_VERSION,