From b0c6dbca0ddfcd1fc58c240ef67d3500f52070ea Mon Sep 17 00:00:00 2001 From: Alex Rowe Date: Thu, 22 Aug 2013 14:40:37 +1000 Subject: [PATCH] fix small mistake in the version.php file --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 817f5e2..ffbe05c 100644 --- a/version.php +++ b/version.php @@ -13,8 +13,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2013082200; // The (date) version of this plugin +$plugin->version = 2013082201; // The (date) version of this plugin $plugin->requires = 2012120300; // Requires this Moodle version -$plugin->release = '1.0 (Build: 2013072200)'; +$plugin->release = '1.0 (Build: 2013072201)'; $plugin->maturity = MATURITY_BETA; $plugin->component = 'local_configlogemailer';