http-cookie/lib/http/cookie/version.rb
2022-05-25 17:14:50 +09:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "1.0.5"
end
end