From 5dfbad3b69de65082491d4bd7aae84fa28221461 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 26 Aug 2016 19:27:30 +0800 Subject: [PATCH] Update maturity --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 74f28dc..eb9ec6f 100644 --- a/version.php +++ b/version.php @@ -29,5 +29,5 @@ $plugin->requires = 2016052300; // Requires this Moodle version (3.1). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert'; -$plugin->maturity = MATURITY_BETA; -$plugin->release = "3.1 beta release (Build: 2016052300)"; // User-friendly version number. +$plugin->maturity = MATURITY_STABLE; +$plugin->release = "3.1 release (Build: 2016052302)"; // User-friendly version number.