Release 0.8.5
This commit is contained in:
parent
2a7873aae5
commit
ae8a15ce76
|
@ -1,3 +1,6 @@
|
|||
# 0.8.5
|
||||
* Corrects the regression Rails 4 support in the 0.8.4 release.
|
||||
|
||||
# 0.8.4
|
||||
* Fixes a file permission issues with the 0.8.3 release
|
||||
* Fixes warnings when the library is used
|
||||
|
|
|
@ -18,7 +18,7 @@ module Google
|
|||
module VERSION
|
||||
MAJOR = 0
|
||||
MINOR = 8
|
||||
TINY = 4
|
||||
TINY = 5
|
||||
PATCH = nil
|
||||
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue