diff --git a/version.php b/version.php index 1b2f0e9..8a831f4 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024091200.00; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024091200; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = '4.4.1'; // The plugin's latest Moodle version tested with. $plugin->requires = 2022112800; // Requires this Moodle version. $plugin->component = 'tiny_sketch';