ruby/lib/net/protocol/version.rb
2020-02-17 22:16:32 +09:00

5 lines
60 B
Ruby

module Net
class Protocol
VERSION = "0.1.0"
end
end