From 9fc6479f1a231c926bb94db0689200bd59d1fe7e Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 12 Sep 2024 12:44:05 -0400 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';