http-cookie/lib/http/cookie/version.rb
2024-06-01 11:51:42 +09:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "1.0.6"
end
end