diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-11-22 10:58:26 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-11-22 02:00:11 +0000 |
commit | 3f960cf445dd387a5497ffad897ea6f4bd03e62e (patch) | |
tree | 859f4738884514d72c58284f1016993bbe350b68 | |
parent | 0e75b2f2e633ac9579e63e1d4b3bad02e915889c (diff) |
[ruby/cgi] Bump up 0.3.4
https://github.com/ruby/cgi/commit/3649a27bf4
-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 8d51cb24fe..a6d48f2c1a 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -288,7 +288,7 @@ # class CGI - VERSION = "0.3.3" + VERSION = "0.3.4" end require 'cgi/core' |