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

index dec509c..43f3a06 100644 (file)
@@ -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';