From 11a770aa46fa170d498a062a6cf3c75def145bc4 Mon Sep 17 00:00:00 2001 From: Andrew Hancox Date: Thu, 14 Dec 2023 18:06:22 +0000 Subject: [PATCH] Bump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 4490a68..71f789f 100755 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'customfield_file'; -$plugin->version = 2022031800; +$plugin->version = 2023121400; $plugin->requires = 2020060900; $plugin->release = 2020061501; $plugin->maturity = MATURITY_STABLE;