Bump VERSION to 1.0.0.pre9.

This commit is contained in:
Akinori MUSHA 2013-04-03 18:08:56 +09:00
parent 7dba33bd40
commit 9b4ce19873

View file

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