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.3
https://github.com/ruby/net-protocol/commit/9cf40af499
This commit is contained in:
parent
e680e63e7e
commit
06f94d1784
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue