Bump the version to 1.0.0.pre11.

This commit is contained in:
Akinori MUSHA 2013-04-15 10:16:28 +09:00
parent 03627aa42a
commit ea45ee3b38

View file

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