Minor release
[arvados.git] / lib / google / api_client / version.rb
index 38e2ec5d4bacbed19c78f2bbe46a02143d9caab5..228fa1444f760e189e03ae6a7259a8903f6ceecc 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 = 4
-        TINY  = 1
-
-        STRING = [MAJOR, MINOR, TINY].join('.')
-      end
+module Google
+  class APIClient
+    module VERSION
+      MAJOR = 0
+      MINOR = 8
+      TINY  = 2
+      PATCH = nil
+      STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end
 end