diff --git a/version.php b/version.php index 66e7886..bc0c28e 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->version = 2023032100; // 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.1 (Build: 2016090200)'; +$plugin->release = '4.1.2 (Build: 2016090200)'; $plugin->maturity = MATURITY_STABLE;