Bump version to 0.8.6

This commit is contained in:
Tim Emiola 2015-04-14 17:19:56 -07:00
parent 20d73cf87f
commit 15853007bf
1 changed files with 1 additions and 1 deletions

View 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