From 60d5c8110af4fed64805009601be6b0a463ccc8d Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 13 Dec 2016 10:54:50 +0800 Subject: [PATCH] Bumped version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index eb9ec6f..aefab0b 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); -$plugin->version = 2016052302; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2016052303; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2016052300; // Requires this Moodle version (3.1). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert';