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 0.3.3

https://github.com/ruby/cgi/commit/c1ffa3a428
This commit is contained in:
Hiroshi SHIBATA 2022-09-22 17:28:28 +09:00 committed by git
parent f07e651a90
commit 928aeef330

View file

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