bump version for plugins db release.
authorDan Marsden <dan@danmarsden.com>
Wed, 27 Sep 2017 02:11:42 +0000 (15:11 +1300)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2017 02:11:42 +0000 (15:11 +1300)
version.php

index 9a092b7..243e293 100644 (file)
@@ -23,9 +23,9 @@
  */
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2016121321;
+$plugin->version  = 2016121322;
 $plugin->requires = 2016111800;
-$plugin->release = '3.2.16';
+$plugin->release = '3.2.17';
 $plugin->maturity  = MATURITY_STABLE;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';