summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-02-26 15:20:25 +0900
committergit <[email protected]>2025-02-26 06:20:36 +0000
commitae0853b5f5f4bf78c2bd9e34cad6e5c94bba6224 (patch)
treefaccb38c1f6dab04a8e07165f067a6e4fa19daff
parent0c9f149b4d87cefa1080c1c2f316ad3a8bdd809d (diff)
[ruby/cgi] Bump up 0.4.2.beta1
https://github.com/ruby/cgi/commit/3f5b4ed9e9
-rw-r--r--lib/cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb
index 7af85e7fc8..4f15a10cec 100644
--- a/lib/cgi.rb
+++ b/lib/cgi.rb
@@ -288,7 +288,7 @@
#
class CGI
- VERSION = "0.4.1"
+ VERSION = "0.4.2.beta1"
end
require 'cgi/core'