bump version for plugins db release.
authorDan Marsden <dan@danmarsden.com>
Wed, 21 Feb 2018 00:17:15 +0000 (13:17 +1300)
committerDan Marsden <dan@danmarsden.com>
Wed, 21 Feb 2018 00:17:15 +0000 (13:17 +1300)
version.php

index 2aa9125..67e3aeb 100644 (file)
@@ -23,9 +23,9 @@
  */
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2016121326;
+$plugin->version  = 2016121327;
 $plugin->requires = 2016111800;
-$plugin->release = '3.2.18';
+$plugin->release = '3.2.19';
 $plugin->maturity  = MATURITY_STABLE;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';