diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-14 20:06:52 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-14 20:09:41 +0900 |
commit | 6f67a78ad6ddc3e910326648e862c27b75fff3ae (patch) | |
tree | 896c76013084796f28d76986200f8b3c75d44572 /lib | |
parent | caf34400c00205671442b53d412cfb5f8150c96c (diff) |
[ruby/cgi] Bump up cgi version to 0.3.0
https://github.com/ruby/cgi/commit/95324433b4
Diffstat (limited to 'lib')
-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 3b53d27a2e..b6ffbae331 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -288,7 +288,7 @@ # class CGI - VERSION = "0.2.0" + VERSION = "0.3.0" end require 'cgi/core' |