Bump VERSION to 1.0.0.pre3.

This commit is contained in:
Akinori MUSHA 2013-03-27 16:10:11 +09:00
parent 6fade20c59
commit b58736957d

View file

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