[ruby/cgi] Prepare to release 0.3.6

https://github.com/ruby/cgi/commit/710a647855
This commit is contained in:
Hiroshi SHIBATA 2022-11-28 12:34:34 +09:00 committed by git
parent 1a744417f2
commit 98074a57ca

View File

@ -288,7 +288,7 @@
#
class CGI
VERSION = "0.3.5"
VERSION = "0.3.6.dev"
end
require 'cgi/core'