Bump the version number high up to 1.0.0.pre1.

This commit is contained in:
Akinori MUSHA 2013-03-21 17:56:08 +09:00
parent 96dabc8288
commit ba3ea4cd33

View file

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