Release 0.8.5

This commit is contained in:
Tim Emiola 2015-03-31 17:01:35 -07:00
parent 2a7873aae5
commit ae8a15ce76
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# 0.8.5
* Corrects the regression Rails 4 support in the 0.8.4 release.
# 0.8.4 # 0.8.4
* Fixes a file permission issues with the 0.8.3 release * Fixes a file permission issues with the 0.8.3 release
* Fixes warnings when the library is used * Fixes warnings when the library is used

View File

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