diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-11-07 16:35:01 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-11-07 16:37:06 +0900 |
| commit | b13d00a7c0e9795b4bdeaeffe2b7c25d6c61d95b (patch) | |
| tree | 5d4ddd0d8d580298a471de023d677d08df8ba234 /lib | |
| parent | 5d09d9480cf8c6cf9f9a733a2519677c8b6650fb (diff) | |
[ruby/open-uri] Bump up 0.4.0
https://github.com/ruby/open-uri/commit/09df813305
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/open-uri.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open-uri.rb b/lib/open-uri.rb index 11af0f7a12..00e4c2d9b8 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -91,7 +91,7 @@ end module OpenURI - VERSION = "0.3.0" + VERSION = "0.4.0" Options = { :proxy => true, |
