From 9c4b93933538979076a9d2fcd045ea9cc7bf146f Mon Sep 17 00:00:00 2001 From: Flottertotte Date: Sun, 19 Jul 2015 16:04:08 +0800 Subject: [PATCH] Version correction --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f190c6f..4951684 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015071502; +$plugin->version = 2015071503; $plugin->requires = 2011080100; $plugin->maturity = MATURITY_STABLE; $plugin->release = 'Course Enrol Apply Plugin Version 1.3.1 (build 2014091000)';