diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-21 20:06:05 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-21 21:01:06 +0900 |
commit | cb4c98f94966b2434339a44b9ceba44cafff7fc8 (patch) | |
tree | babeccd3312ff1533c163d7d5b9f7e6544adf553 /lib/net/http.rb | |
parent | cc2f76041df460056a40876a993a45b75185b007 (diff) |
[ruby/net-http] Bump up net-http version to 0.2.0
https://github.com/ruby/net-http/commit/f3e65e2a31
Diffstat (limited to 'lib/net/http.rb')
-rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index 1fcf13530d..61c7a77491 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -388,7 +388,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.1.1" + VERSION = "0.2.0" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin |