diff --git a/version.php b/version.php index 2eacee3..af2b19c 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024040302; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024040303; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2022112800; // Requires Moodle 4.1. $plugin->component = 'block_dash'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;