Bump VERSION to 1.0.4

This commit is contained in:
Akinori MUSHA 2016-11-25 01:54:53 +09:00
parent 11f568a021
commit 930d8242cf

View file

@ -1,5 +1,5 @@
module HTTP module HTTP
class Cookie class Cookie
VERSION = "1.0.3" VERSION = "1.0.4"
end end
end end