module Docker
  # The version of the docker-api gem.
  VERSION = '1.10.10'

  # The version of the compatible Docker remote API.
  API_VERSION = '1.10'
end
