diff --git a/lib/net/http.rb b/lib/net/http.rb index 60b54607..2f616f48 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -397,7 +397,7 @@ class HTTPHeaderSyntaxError < StandardError; end class HTTP < Protocol # :stopdoc: - VERSION = "0.2.0" + VERSION = "0.2.1.pre1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin