aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-07 16:21:55 +0900
committergit <svn-admin@ruby-lang.org>2023-12-07 07:22:20 +0000
commita41d6c825c4b1ed5699fd7880edeb8d4adfa5197 (patch)
tree5919344e0067fc64bae4e1ca942a36279050d95a /lib
parentae76c8a11e707176a53c84016256646308f36207 (diff)
downloadruby-a41d6c825c4b1ed5699fd7880edeb8d4adfa5197.tar.gz
[ruby/open-uri] Bump up 0.4.1
https://github.com/ruby/open-uri/commit/d72508a7f4
Diffstat (limited to 'lib')
-rw-r--r--lib/open-uri.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open-uri.rb b/lib/open-uri.rb
index 49488cfc8e..ba2379325f 100644
--- a/lib/open-uri.rb
+++ b/lib/open-uri.rb
@@ -91,7 +91,7 @@ end
module OpenURI
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
Options = {
:proxy => true,