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