lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-5.1.0 vs lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-6.0.0

- old
+ new

@@ -1,9 +1,9 @@ module Google module Ads module GoogleAds - KNOWN_API_VERSIONS = [:V1, :V2, :V3] - DEFAULT_API_VERSION = :V3 + KNOWN_API_VERSIONS = [:V1, :V2, :V3, :V4] + DEFAULT_API_VERSION = :V4 def self.default_api_version DEFAULT_API_VERSION end