Bump the version to 1.0.0.pre7.

This commit is contained in:
Akinori MUSHA 2013-03-28 03:53:21 +09:00
parent 26034253b1
commit 3131a46f14

View file

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