1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/net-http] Bump version to 0.3.0

This commit is contained in:
Hiroshi SHIBATA 2022-10-24 14:43:15 +09:00 committed by git
parent 174ddc79c5
commit c5f5403f6e

View file

@ -397,7 +397,7 @@ module Net #:nodoc:
class HTTP < Protocol
# :stopdoc:
VERSION = "0.2.2"
VERSION = "0.3.0"
Revision = %q$Revision$.split[1]
HTTPVersion = '1.1'
begin