From 59e1507a4024cca3f559dea36f61ef36fccc5241 Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 29 Sep 2022 09:09:20 -0400 Subject: [PATCH] Update version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e0de375..5b5332c 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022020700; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = '4.0.0'; // The plugin's latest Moodle version tested with. +$plugin->version = 2022092900; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = '4.0.1'; // The plugin's latest Moodle version tested with. $plugin->requires = 2015111600; // Requires this Moodle version. $plugin->component = 'atto_sketch'; $plugin->maturity = MATURITY_STABLE;