Release 0.8.5
[arvados.git] / lib / google / api_client / version.rb
index f42feedd07aeef9bfebf92782c31c616b4f9acc9..8b189b700122bfec5c74b0b5850f623eb9c112e2 100644 (file)
@@ -17,10 +17,10 @@ module Google
   class APIClient
     module VERSION
       MAJOR = 0
-      MINOR = 2
-      TINY  = 0
-
-      STRING = [MAJOR, MINOR, TINY].join('.')
+      MINOR = 8
+      TINY  = 5
+      PATCH = nil
+      STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end
 end