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