diff options
Diffstat (limited to 'lib/net')
-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 6eae1034d1..759e18e435 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -730,7 +730,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.5.0" + VERSION = "0.6.0" HTTPVersion = '1.1' begin require 'zlib' |