[ruby/net-http] Bump version to 0.3.2

https://github.com/ruby/net-http/commit/b8bdb7248e
This commit is contained in:
Hiroshi SHIBATA 2022-12-19 10:39:05 +09:00
parent 1998d97908
commit 08d21b4bd2
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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