X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=mod%2Flabel%2Fversion.php;h=95d7ab8f97c362bbf73aca35a8d6c68e66219eb8;hp=230a5e5f5b88e2c10ce2113218fd9c73e378ef63;hb=7440c7b2986ce0234277e945cb05be9ff52250dc;hpb=8ed0851a5e2501e121640fb85afd4ef473a4dd0a diff --git a/mod/label/version.php b/mod/label/version.php index 230a5e5f5b8..95d7ab8f97c 100644 --- a/mod/label/version.php +++ b/mod/label/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016120500; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2016120501; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2016112900; // Requires this Moodle version $plugin->component = 'mod_label'; // Full name of the plugin (used for diagnostics) $plugin->cron = 0;