bump version.
authorDan Marsden <dan@danmarsden.com>
Wed, 21 Jun 2017 23:27:10 +0000 (11:27 +1200)
committerDan Marsden <dan@danmarsden.com>
Wed, 21 Jun 2017 23:27:10 +0000 (11:27 +1200)
version.php

index 6f78fbf..629f535 100644 (file)
@@ -23,9 +23,9 @@
  */
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version  = 2017062000;
+$plugin->version  = 2017062200;
 $plugin->requires = 2017042100;
-$plugin->release = '3.3.8';
+$plugin->release = '3.3.9';
 $plugin->maturity  = MATURITY_ALPHA;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';