[ruby/cgi] Bump up 0.4.2.beta2

https://github.com/ruby/cgi/commit/8e6fb1041b
This commit is contained in:
Hiroshi SHIBATA 2025-02-26 15:25:08 +09:00
parent 61060d349d
commit cdc55c2452
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.beta1"
VERSION = "0.4.2.beta2"
end
require 'cgi/core'