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

index 5435e01..e6ce8a6 100644 (file)
@@ -23,9 +23,9 @@
  */
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2017050216;
+$plugin->version  = 2017050217;
 $plugin->requires = 2017042100;
-$plugin->release = '3.3.11';
+$plugin->release = '3.3.12';
 $plugin->maturity  = MATURITY_STABLE;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';