Bump the version to 1.0.0.pre8.

This commit is contained in:
Akinori MUSHA 2013-03-29 01:58:43 +09:00
parent 1c140c035d
commit 5a78013d85

View file

@ -1,5 +1,5 @@
module HTTP module HTTP
class Cookie class Cookie
VERSION = "1.0.0.pre7" VERSION = "1.0.0.pre8"
end end
end end