diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-11-28 13:39:16 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-11-28 04:40:26 +0000 |
commit | b335d899fff3cc22b022c9ee2ceb636d714bf1a7 (patch) | |
tree | 8b4df3e81709c335ccbf2893496f984ff7d44f70 /lib/cgi.rb | |
parent | e0901f46b7c62acb2cbc9b05ee5753baeb37b82d (diff) |
[ruby/cgi] Bump up 0.3.6
https://github.com/ruby/cgi/commit/827b7d43cc
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 275a8347a7..4cd6b3bd8e 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -288,7 +288,7 @@ # class CGI - VERSION = "0.3.6.dev" + VERSION = "0.3.6" end require 'cgi/core' |