[ruby/cgi] Bump up v0.4.2

https://github.com/ruby/cgi/commit/ab84b7fe66
This commit is contained in:
Hiroshi SHIBATA 2025-02-26 16:35:35 +09:00
parent cdc55c2452
commit 9cf5d20e5f
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -288,7 +288,7 @@
#
class CGI
VERSION = "0.4.2.beta2"
VERSION = "0.4.2"
end
require 'cgi/core'