diff --git a/lib/net/http.rb b/lib/net/http.rb index 5cc9d2ce88..c673d0d622 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -730,7 +730,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.4.1" + VERSION = "0.5.0" HTTPVersion = '1.1' begin require 'zlib'