[ruby/net-protocol] Bump version to 0.1.3

https://github.com/ruby/net-protocol/commit/9cf40af499
This commit is contained in:
Hiroshi SHIBATA 2022-04-01 13:54:35 +09:00 committed by git
parent e680e63e7e
commit 06f94d1784
1 changed files with 1 additions and 1 deletions

View File

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