From 19cbe2b72fdf438c8d51e6681c26081d2cb05b1b Mon Sep 17 00:00:00 2001 From: Richard Tattersall Date: Thu, 8 Mar 2018 18:39:39 +0000 Subject: [PATCH] incorrect_version_number --- 2.4/blocks/aspirelists/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/blocks/aspirelists/version.php b/2.4/blocks/aspirelists/version.php index fa5cd8e..a2e08db 100644 --- a/2.4/blocks/aspirelists/version.php +++ b/2.4/blocks/aspirelists/version.php @@ -4,6 +4,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 20180301757; // YYYYMMDDHH (year, month, day, 24-hr time) +$plugin->version = 201803081830; // YYYYMMDDHHMM (year, month, day, 24-hr time) $plugin->requires = 2012120300; // YYYYMMDDHH (This is the release version for Moodle 2.4) $plugin->component = 'block_aspirelists'; \ No newline at end of file