[ruby/net-http] Bump version to 0.2.1.pre1

https://github.com/ruby/net-http/commit/0017cc64c0
This commit is contained in:
Charles Oliver Nutter 2022-04-27 15:55:28 -05:00 committed by git
parent e1536a1e56
commit cd2613b6a4

View File

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