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