. /** * Version file for tool_moodlenet * * @package tool_moodlenet * @copyright 2020 Jake Dallimore * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_moodlenet'; $plugin->version = 2020060500; $plugin->requires = 2020022800.01; $plugin->maturity = MATURITY_ALPHA;