From cc3549e3989f7b741b69704935a829fdca05a88b Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 19 Nov 2018 11:17:55 -0500 Subject: [PATCH] Bump the version for a release --- GoogleAPIClientForREST.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleAPIClientForREST.podspec b/GoogleAPIClientForREST.podspec index fe1458078..a76857f34 100644 --- a/GoogleAPIClientForREST.podspec +++ b/GoogleAPIClientForREST.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleAPIClientForREST' - s.version = '1.3.6' + s.version = '1.3.7' s.author = 'Google Inc.' s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest' s.license = { :type => 'Apache', :file => 'LICENSE' }