Bump version to 0.8.6
authorTim Emiola <temiola@google.com>
Wed, 15 Apr 2015 00:19:56 +0000 (17:19 -0700)
committerTim Emiola <temiola@google.com>
Wed, 15 Apr 2015 00:19:56 +0000 (17:19 -0700)
lib/google/api_client/version.rb

index 8b189b700122bfec5c74b0b5850f623eb9c112e2..18d4ec22c1960e00dab50b3c61d226c4bff990f4 100644 (file)
@@ -18,7 +18,7 @@ module Google
     module VERSION
       MAJOR = 0
       MINOR = 8
-      TINY  = 5
+      TINY  = 6
       PATCH = nil
       STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end