Bump VERSION to 1.0.0.pre6.

This commit is contained in:
Akinori MUSHA 2013-03-28 00:16:51 +09:00
parent e72b0fdbc5
commit c787b0b9dc

View file

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