From 1d6b6853aa406ac8ed9f8c2c096e3a9007108f4a Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Wed, 30 Aug 2023 11:19:00 -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 bc5514b..44d305f 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin = new stdClass(); -$plugin->version = 2023083000; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023083001; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2014111000; // Requires this Moodle version. $plugin->component = 'tool_coursearchiver'; // Full name of the plugin (used for diagnostics). $plugin->release = '4.1.5 (Build: 2016090200)';