From a39bec1fbaf41cbb910e91a8fcc5e69e6bc196ed Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 20 Nov 2023 12:42:29 -0500 Subject: [PATCH] Version bump to be ready to do a release. --- GoogleAPIClientForREST.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleAPIClientForREST.podspec b/GoogleAPIClientForREST.podspec index c229ccd27..fae9a44de 100644 --- a/GoogleAPIClientForREST.podspec +++ b/GoogleAPIClientForREST.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleAPIClientForREST' - s.version = '3.2.0' + s.version = '3.3.0' s.author = 'Google Inc.' s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest' s.license = { :type => 'Apache', :file => 'LICENSE' }