From fe1a579d85391f7ba6fb6c0e46d003bcb4594d21 Mon Sep 17 00:00:00 2001 From: Flotter Totte Date: Tue, 16 Sep 2014 18:36:29 +0800 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ebcc8e3..b7cdd51 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2014091000; +$plugin->version = 2014091500; $plugin->requires = 2011080100; $plugin->maturity = MATURITY_STABLE; $plugin->release = 'Course Enrol Apply Plugin Version 1.3.1 (build 2014091000)';