1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/cgi] Bump up cgi version to 0.3.0

https://github.com/ruby/cgi/commit/95324433b4
This commit is contained in:
Hiroshi SHIBATA 2021-10-14 20:06:52 +09:00
parent caf34400c0
commit 6f67a78ad6
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -288,7 +288,7 @@
#
class CGI
VERSION = "0.2.0"
VERSION = "0.3.0"
end
require 'cgi/core'