Bump VERSION to 0.1.3.

This commit is contained in:
Akinori MUSHA 2013-03-15 12:31:49 +09:00
parent 15f960bfbd
commit d2cb5ff69d

View file

@ -1,5 +1,5 @@
module HTTP module HTTP
class Cookie class Cookie
VERSION = "0.1.2" VERSION = "0.1.3"
end end
end end