diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-05 17:37:56 +0900 |
|---|---|---|
| committer | usa <usa@garbagecollect.jp> | 2024-01-11 17:03:51 +0900 |
| commit | 4e7b2fb3bb1d1a9cd833e611607484bc94188e11 (patch) | |
| tree | 0acca0da519433ea31067ff8f93533ab87909bfd /lib | |
| parent | db2f0a75e35130be99b012ce36ed430899be9ac5 (diff) | |
Bump up net-http to 0.3.0.1
Diffstat (limited to 'lib')
| -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 b602d2d0b0..d0582f8867 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -397,7 +397,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.3.0" + VERSION = "0.3.0.1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin |
