moodle-expcontent/version.php

9 lines
217 B
PHP
Raw Normal View History

2021-07-06 14:08:32 +00:00
<?php
defined('MOODLE_INTERNAL') || die();
$plugin->version = "2021070600";
$plugin->component = 'mod_expcontent';
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = 'v0.0.1';
$plugin->requires = '2019111800';