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