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