lib/net/protocol/version.rb



module Net
  class Protocol
    VERSION = "0.1.0"
  end
end