diff --git a/lib/net/http.rb b/lib/net/http.rb index 7a5b080..cea5cc5 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -730,7 +730,7 @@ class HTTPHeaderSyntaxError < StandardError; end class HTTP < Protocol # :stopdoc: - VERSION = "0.5.0" + VERSION = "0.6.0" HTTPVersion = '1.1' begin require 'zlib'