http-cookie/lib/http/cookie/version.rb
2013-04-16 02:44:26 +09:00

5 lines
65 B
Ruby

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