From: Dan Marsden Date: Wed, 27 Sep 2017 02:09:08 +0000 (+1300) Subject: bump version for db release. X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=e9ae68c2c30a1a1dea0c4e12cceb862c3c1f84f5;p=moodle-mod_attendance.git bump version for db release. --- diff --git a/version.php b/version.php index dec509c..43f3a06 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017082200; +$plugin->version = 2017102700; $plugin->requires = 2017042100; -$plugin->release = '3.3.11'; +$plugin->release = '3.4.1'; $plugin->maturity = MATURITY_ALPHA; $plugin->cron = 0; $plugin->component = 'mod_attendance';