From 218caad70b3d14e7532936752b75970cdd10b2c4 Mon Sep 17 00:00:00 2001 From: drachels Date: Fri, 16 Oct 2020 10:03:00 -0500 Subject: [PATCH] Bumped version to 2.1.0. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index ef2995e..b986d7b 100644 --- a/version.php +++ b/version.php @@ -27,10 +27,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020100901; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2020101500; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2015111600; // Requires Moodle 3.0 version. $plugin->cron = 60; // Period for cron to check this module (secs). $plugin->component = 'mod_diary'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.0.1 (Build: 2020100901)'; // User-friendly version number. +$plugin->release = '2.1.0 (Build: 2020101500)'; // User-friendly version number.