diff --git a/lib/net/http.rb b/lib/net/http.rb index efac32aef9..47e62d6e70 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -379,7 +379,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.3.1" + VERSION = "0.3.2" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin