[ruby/net-protocol] Bump up 0.2.2

https://github.com/ruby/net-protocol/commit/2d3c4b43a8
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 13:06:39 +09:00 committed by git
parent 7149b53403
commit eb4dd7001f

View File

@ -26,7 +26,7 @@ require 'io/wait'
module Net # :nodoc:
class Protocol #:nodoc: internal use only
VERSION = "0.2.1"
VERSION = "0.2.2"
private
def Protocol.protocol_param(name, val)