summaryrefslogtreecommitdiff
path: root/lib/cgi.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-22 17:28:28 +0900
committergit <svn-admin@ruby-lang.org>2022-09-22 17:29:55 +0900
commit928aeef3301d4dc0de3b80ee80c8effa094958c4 (patch)
treeac7736fe76f2cdf24c6d2a513843e6bf2947e251 /lib/cgi.rb
parentf07e651a90b3dd95b68a12a484275a27f068b117 (diff)
[ruby/cgi] Bump up 0.3.3
https://github.com/ruby/cgi/commit/c1ffa3a428
Diffstat (limited to 'lib/cgi.rb')
-rw-r--r--lib/cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb
index affe8fd3fc..8d51cb24fe 100644
--- a/lib/cgi.rb
+++ b/lib/cgi.rb
@@ -288,7 +288,7 @@
#
class CGI
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
end
require 'cgi/core'