summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 10:39:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 10:50:21 +0900
commit08d21b4bd2000596160d62f28b840b53e26d738d (patch)
tree362ba3834d19170bd9f29b6c65558b25befdb0c9
parent1998d979085bdcd2db25db76709dc49c3cd7fffb (diff)
[ruby/net-http] Bump version to 0.3.2
https://github.com/ruby/net-http/commit/b8bdb7248e
-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 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