From 6cc35d377a58f5729467829668fff226d3b90cf5 Mon Sep 17 00:00:00 2001 From: Philipp Memmel Date: Wed, 18 Oct 2023 13:07:04 +0000 Subject: [PATCH] MBS-8300: Version bump --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 5b3bd1f0..dd105a62 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_kanban'; -$plugin->release = '0.2'; -$plugin->version = 2023101002; +$plugin->release = '0.2.1'; +$plugin->version = 2023101801; $plugin->requires = 2022112800; $plugin->supported = [401, 403]; $plugin->maturity = MATURITY_BETA;