Minor release for updating signet
[arvados.git] / lib / google / api_client / version.rb
index 8ac9507171940faa0150edc432ebb04bbf347265..24a0bd6680d8cdff44960d64393fadd4a08455f2 100644 (file)
 # limitations under the License.
 
 
-module Google
-  class APIClient
-    module VERSION
-      MAJOR = 1
-      MINOR = 0
-      TINY  = 0
+# Used to prevent the class/module from being loaded more than once
+if !defined?(::Google::APIClient::VERSION)
 
-      STRING = [MAJOR, MINOR, TINY].join('.')
+
+  module Google
+    class APIClient
+      module VERSION
+        MAJOR = 0
+        MINOR = 6
+        TINY  = 2
+        STRING = [MAJOR, MINOR, TINY].join('.')
+      end
     end
   end
 end