From 706912c52fda38a6dc0b9bf29602a35b8afef4f7 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 7 Aug 2018 11:47:36 +0800 Subject: [PATCH] Revert version bump until release --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 0e62c91..af35dbc 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); -$plugin->version = 2018051705; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2018051704; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2018051700; // Requires this Moodle version (3.5). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert';