[ruby/net-protocol] Bump version to 0.1.3

9cf40af499
This commit is contained in:
Hiroshi SHIBATA 2022-04-01 13:54:35 +09:00 committed by git
parent e680e63e7e
commit 06f94d1784

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.1.2" VERSION = "0.1.3"
private private
def Protocol.protocol_param(name, val) def Protocol.protocol_param(name, val)