lib/google/ads/google_ads/version.rb in google-ads-googleads-14.0.0 vs lib/google/ads/google_ads/version.rb in google-ads-googleads-15.0.0

- old
+ new

@@ -17,10 +17,11 @@ # Module to keep the current library version. module Google module Ads module GoogleAds - CLIENT_LIB_VERSION = '14.0.0'.freeze + CLIENT_LIB_NAME = 'gccl'.freeze + CLIENT_LIB_VERSION = '15.0.0'.freeze VERSION = CLIENT_LIB_VERSION end end end