lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-12.0.2 vs lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-13.0.0
- old
+ new
@@ -1,8 +1,8 @@
module Google
module Ads
module GoogleAds
- KNOWN_API_VERSIONS = [:V5, :V6, :V7, :V8]
+ KNOWN_API_VERSIONS = [:V6, :V7, :V8]
DEFAULT_API_VERSION = :V8
def self.default_api_version
DEFAULT_API_VERSION
end