* * Licensed under AGPLv3 * (see COPYING for full license text) * */ namespace controllers\api\v1; class api_info extends \controllers\api\api_controller { static public function get_version() { return "1.4.0"; } }