summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-05 17:37:56 +0900
committerusa <usa@garbagecollect.jp>2024-01-11 17:03:51 +0900
commit4e7b2fb3bb1d1a9cd833e611607484bc94188e11 (patch)
tree0acca0da519433ea31067ff8f93533ab87909bfd /lib
parentdb2f0a75e35130be99b012ce36ed430899be9ac5 (diff)
Bump up net-http to 0.3.0.1
Diffstat (limited to 'lib')
-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 b602d2d0b0..d0582f8867 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -397,7 +397,7 @@ module Net #:nodoc:
class HTTP < Protocol
# :stopdoc:
- VERSION = "0.3.0"
+ VERSION = "0.3.0.1"
Revision = %q$Revision$.split[1]
HTTPVersion = '1.1'
begin