diff options
Diffstat (limited to 'lib/net/http.rb')
-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 09dcef3bfb..a583441253 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -397,7 +397,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.2.1.pre1" + VERSION = "0.2.2" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin |