[ruby/net-protocol] Bump version to 0.2.1

https://github.com/ruby/net-protocol/commit/06d1420936
This commit is contained in:
Hiroshi SHIBATA 2022-12-08 16:23:27 +09:00 committed by git
parent 8547f61daf
commit 6f44dc8edf

View File

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