http-cookie/lib/http/cookie/version.rb
2025-09-26 09:37:59 -04:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "1.1.0"
end
end