From 02dd364f5e030f3b0872e5ad3b1d23ca1d7396a6 Mon Sep 17 00:00:00 2001 From: Thomas Fradet <t.fradet8@gmail.com> Date: Mon, 18 Feb 2019 13:02:57 +0100 Subject: [PATCH] version number --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 9fe434c..0f5e0b2 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); - $plugin->version = 2019021902; // The current plugin version (Date: YYYYMMDDXX) + $plugin->version = 2019021903; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2011120500; // Requires this Moodle version $plugin->component = 'filter_iena'; // Full name of the plugin (used for diagnostics) $plugin->release = "1.0"; -- GitLab