Bump VERSION to 1.0.6

This commit is contained in:
Akinori MUSHA 2024-06-01 11:51:42 +09:00
parent 6b2ffb6fc4
commit b2019f9c10

View file

@ -1,5 +1,5 @@
module HTTP module HTTP
class Cookie class Cookie
VERSION = "1.0.5" VERSION = "1.0.6"
end end
end end