summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index f07586e656..17a1f61884 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.0"
+ VERSION = "0.3.1"
Revision = %q$Revision$.split[1]
HTTPVersion = '1.1'
begin