http-cookie/lib/http/cookie/version.rb
2013-03-21 17:56:08 +09:00

5 lines
64 B
Ruby

module HTTP
class Cookie
VERSION = "1.0.0.pre1"
end
end