From c78668482b2be366e644cb94b4da6002890cf0a8 Mon Sep 17 00:00:00 2001 From: Eduardo Kraus Date: Sun, 1 Dec 2024 22:04:22 -0300 Subject: [PATCH] V 8.0.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 469b304..cfa6c1a 100755 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024120100; -$plugin->release = '8.0.0'; +$plugin->version = 2024120200; +$plugin->release = '8.0.1'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2022041900; $plugin->component = 'theme_degrade';