1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/net-protocol] Bump up net-protocol version to 0.1.2

088e52609a
This commit is contained in:
Hiroshi SHIBATA 2021-10-21 19:57:29 +09:00
parent 8ef125c838
commit cc2f76041d

View file

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