# File lib/chef_zero/endpoints/version_endpoint.rb, line 7 def get(request) text_response(200, "chef-zero #{ChefZero::VERSION}\n") end