lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-20.0.0 vs lib/google/ads/google_ads/api_versions.rb in google-ads-googleads-21.0.0
- old
+ new
@@ -1,9 +1,9 @@
module Google
module Ads
module GoogleAds
- KNOWN_API_VERSIONS = [:V10, :V11, :V12]
- DEFAULT_API_VERSION = :V12
+ KNOWN_API_VERSIONS = [:V11, :V12, :V13]
+ DEFAULT_API_VERSION = :V13
def self.default_api_version
DEFAULT_API_VERSION
end