Bump VERSION to 1.0.0.pre12.

This commit is contained in:
Akinori MUSHA 2013-04-16 02:44:26 +09:00
parent 8abf3483e8
commit c293005676

View file

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