lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-18.1.0 vs lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-19.0.0

- old
+ new

@@ -1,8 +1,8 @@ module Google module Ads module GoogleAds - KNOWN_API_VERSIONS = [:V9, :V10, :V11] + KNOWN_API_VERSIONS = [:V10, :V11] DEFAULT_API_VERSION = :V11 def self.default_api_version DEFAULT_API_VERSION end