MDL-63292 tool_policy: Increment version of the merged plugin

This is to distinguish the versions available from the plugins directory
from the versions that are part of Moodle standard distribution.
This commit is contained in:
David Mudrák
2018-09-05 14:03:15 +02:00
parent 86f3c074e9
commit 5a6185300a
+1 -1
View File
@@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017051519;
$plugin->version = 2017051550;
$plugin->requires = 2017051505; // Moodle 3.3.5 (Build: 20180319) and upwards.
$plugin->component = 'tool_policy';