Update changelog & bump version
[arvados.git] / lib / google / api_client / version.rb
index 7e4890c52958fe3bd24fb96b2bd8296d6a53081f..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 = 3
-        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