diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-11-28 12:34:34 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-11-28 03:34:42 +0000 |
commit | 98074a57ca9f3169fe9da9af6c49b636d37db16f (patch) | |
tree | ffd4fa2aecd907cf41ea19fc3edbfc949e98ed4e /lib/cgi.rb | |
parent | 1a744417f26837f3f90402688c344aec6d60aa61 (diff) |
[ruby/cgi] Prepare to release 0.3.6
https://github.com/ruby/cgi/commit/710a647855
Diffstat (limited to 'lib/cgi.rb')
-rw-r--r-- | lib/cgi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb index dda5eb1712..275a8347a7 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -288,7 +288,7 @@ # class CGI - VERSION = "0.3.5" + VERSION = "0.3.6.dev" end require 'cgi/core' |