bounce version for new features in testing.
authorDan Marsden <dan@danmarsden.com>
Fri, 12 May 2017 03:01:53 +0000 (15:01 +1200)
committerDan Marsden <dan@danmarsden.com>
Fri, 12 May 2017 03:02:02 +0000 (15:02 +1200)
version.php

index 2e12ba8..3a0058c 100644 (file)
@@ -23,9 +23,9 @@
  */
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2017051101;
+$plugin->version  = 2017051102;
 $plugin->requires = 2017042100;
-$plugin->release = '3.3.4';
-$plugin->maturity  = MATURITY_STABLE;
+$plugin->release = '3.3.5';
+$plugin->maturity  = MATURITY_ALPHA;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';