Make the old google-api-client 0.8 release compatible with ruby 2.3.7,
[arvados.git] / lib / google / api_client / version.rb
index 070528b18b1c6d073339f581df90bb8d1686c0f9..1db7f8d9061089e54e02050130145e6b136619fe 100644 (file)
@@ -18,8 +18,8 @@ module Google
     module VERSION
       MAJOR = 0
       MINOR = 8
-      TINY  = 3
-      PATCH = nil
+      TINY  = 7
+      PATCH = 1
       STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end