From 5f1114072f02b311a28de2913b53e892ca3a83b5 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 21 Aug 2017 12:25:27 +1200 Subject: [PATCH] Bump version. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index a4aeb97..7ca75b5 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017050214; +$plugin->version = 2017050215; $plugin->requires = 2017042100; -$plugin->release = '3.3.10'; +$plugin->release = '3.3.11'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';