Bump patchlevel to reflect the incompatibility with faraday 0.6.2
authorWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 4 Oct 2019 20:58:58 +0000 (16:58 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 4 Oct 2019 21:00:22 +0000 (17:00 -0400)
No issue #

lib/google/api_client/version.rb

index 09bab85086ee85836c53d934b2c64045710c20a2..dd657b65c00a1111feb584ec720ae66651f19b9e 100644 (file)
@@ -19,7 +19,7 @@ module Google
       MAJOR = 0
       MINOR = 8
       TINY  = 7
-      PATCH = 2
+      PATCH = 3
       STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end