From: Dan Marsden Date: Thu, 9 Oct 2014 01:27:35 +0000 (+1300) Subject: bump version for plugins db X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=efb51bef7e0a1c8219937bada26fb8973a7c5185;p=moodle-mod_attendance.git bump version for plugins db --- diff --git a/version.php b/version.php index ed95d2e..5e6e2b8 100644 --- a/version.php +++ b/version.php @@ -22,9 +22,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$module->version = 2014022801; +$module->version = 2014022802; $module->requires = 2013040500; -$module->release = '2.6.1'; +$module->release = '2.6.2'; $module->maturity = MATURITY_STABLE; $module->cron = 0; $module->component = 'mod_attendance';