X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/794c6a90f766a992c88e8dc8a0055a18d897069e..944167de1b048138756f13db7ec8649552021598:/lib/google/api_client/version.rb diff --git a/lib/google/api_client/version.rb b/lib/google/api_client/version.rb index 65ff5b671d..228fa1444f 100644 --- a/lib/google/api_client/version.rb +++ b/lib/google/api_client/version.rb @@ -13,18 +13,14 @@ # 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 = 7 - TINY = 0 - 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