From 2546837e6d9d7ba315bd3aab51097f77d0775aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Massart?= Date: Tue, 11 Jul 2023 13:00:58 +0800 Subject: [PATCH] Bump to dev version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index f5758f0..05e53e8 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042403; +$plugin->version = 2023071100; $plugin->requires = 2017111300; // Moodle 3.4.0. $plugin->component = 'block_xp'; -$plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.14.1'; +$plugin->maturity = MATURITY_ALPHA; +$plugin->release = 'dev';