From 89881711dae5b5a4ac846fd1c497ab44f4ece0a2 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 1 Feb 2016 11:09:42 +0000 Subject: [PATCH] MDL-45740 choice: version bump --- mod/choice/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/version.php b/mod/choice/version.php index b6b732fa83d..2b62ca9a696 100644 --- a/mod/choice/version.php +++ b/mod/choice/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016010300; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2016020100; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2015111000; // Requires this Moodle version $plugin->component = 'mod_choice'; // Full name of the plugin (used for diagnostics) $plugin->cron = 0;