http-cookie/lib/http/cookie/version.rb
2024-12-05 17:30:16 -05:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "1.0.8"
end
end