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 version to 0.1.1

97c4b68528
This commit is contained in:
Hiroshi SHIBATA 2021-05-31 16:52:36 +09:00
parent 1aac0e8819
commit cd2190448d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

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