Minor release
This commit is contained in:
parent
8f2000d51c
commit
944167de1b
|
@ -1,3 +1,6 @@
|
||||||
|
# 0.8.2
|
||||||
|
* Fixes for file storage and missing cacerts file
|
||||||
|
|
||||||
# 0.8.1
|
# 0.8.1
|
||||||
* Fix logger in rails
|
* Fix logger in rails
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,8 @@ module Google
|
||||||
module VERSION
|
module VERSION
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 8
|
MINOR = 8
|
||||||
TINY = 1
|
TINY = 2
|
||||||
PATCH = 1
|
PATCH = nil
|
||||||
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
|
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue