Update changelog & bump version
[arvados.git] / lib / google / api_client / version.rb
index dd3776acd6941544c4cd06016c0acae7b447b1ff..c8b7196c99cf62a4b29737c4b2cf3972f6244fe6 100644 (file)
 # limitations under the License.
 
 
-# Used to prevent the class/module from being loaded more than once
-if !defined?(::Google::APIClient::VERSION)
-
-
-  module Google
-    class APIClient
-      module VERSION
-        MAJOR = 0
-        MINOR = 5
-        TINY  = 0
-        STRING = [MAJOR, MINOR, TINY].join('.')
-      end
+module Google
+  class APIClient
+    module VERSION
+      MAJOR = 0
+      MINOR = 8
+      TINY  = 0
+      PATCH = nil
+      STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end
 end