diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-03-03 17:54:10 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-03-03 17:55:45 +0900 |
commit | 7f7db124ee6a72ec178d40453870620874fbc4f5 (patch) | |
tree | 899e115bb103a98c5def145c7c973c233f34ce2c /lib | |
parent | 7f7f07a60015a4b907fab99b920f19e746fe10f9 (diff) |
[ruby/cgi] Bump up v0.3.2
https://github.com/ruby/cgi/commit/734dfdf1b4
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 1a03d064f1..af466bc673 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -288,7 +288,7 @@ # class CGI - VERSION = "0.3.1" + VERSION = "0.3.2" end require 'cgi/core' |