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