# File lib/mongo/mongo_client.rb, line 436
    def server_version
      ServerVersion.new(server_info["version"])
    end