[ruby/net-protocol] Bump version to 0.2.0

https://github.com/ruby/net-protocol/commit/3097bb4cc3
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 15:46:11 +09:00 committed by git
parent 4a5a657842
commit ad970f5474

View File

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