. /** * 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 = 2020061500; $plugin->requires = 2020060900; $plugin->maturity = MATURITY_ALPHA;