summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-02-26 16:35:35 +0900
committerHiroshi SHIBATA <[email protected]>2025-02-27 13:32:32 +0900
commit9cf5d20e5f355e2d355e3f5426080a9d8467392e (patch)
treef8b5eabdc96c8812d8655e0ec42f982b93945bf5
parentcdc55c24520af97fc5d4e31d4db5826cb07e0883 (diff)
[ruby/cgi] Bump up v0.4.2
https://github.com/ruby/cgi/commit/ab84b7fe66
-rw-r--r--lib/cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb
index 274bc81267..69c3c4fd24 100644
--- a/lib/cgi.rb
+++ b/lib/cgi.rb
@@ -288,7 +288,7 @@
#
class CGI
- VERSION = "0.4.2.beta2"
+ VERSION = "0.4.2"
end
require 'cgi/core'