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

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