diff --git a/version.php b/version.php index bac352c7631c6f6e45854f224e2a70dab46b009b..0589f32c217a04882437186efc6289a43414e0cb 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018011315; +$plugin->version = 2018011317; $plugin->cron = 300; // Cron check this plugin every 5 minutes. $plugin->requires = 2014051200; // Moodle 2.7! $plugin->maturity = MATURITY_STABLE;