lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-28.0.0 vs lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-29.0.0
- old
+ new
@@ -1,9 +1,9 @@
module Google
module Ads
module GoogleAds
- KNOWN_API_VERSIONS = [:V15, :V16]
- DEFAULT_API_VERSION = :V16
+ KNOWN_API_VERSIONS = [:V15, :V16, :V17]
+ DEFAULT_API_VERSION = :V17
def self.default_api_version
DEFAULT_API_VERSION
end