[ruby/net-protocol] Bump version to 0.1.1

https://github.com/ruby/net-protocol/commit/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:
class Protocol #:nodoc: internal use only
VERSION = "0.1.0"
VERSION = "0.1.1"
private
def Protocol.protocol_param(name, val)