X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/92ad3a293a6cf727ecfff77618be4ad287ec95cf..0dafa5e4eebaeabecb4cc8169effc1a55af6d83c:/lib/google/api_client/version.rb diff --git a/lib/google/api_client/version.rb b/lib/google/api_client/version.rb index 7e4890c529..24a0bd6680 100644 --- a/lib/google/api_client/version.rb +++ b/lib/google/api_client/version.rb @@ -15,13 +15,14 @@ # 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 - + MINOR = 6 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end