summaryrefslogtreecommitdiff
path: root/lib/net/pop/version.rb
blob: ef5c295cc3e62017ce49ba84b51ebaa04af2ee6b (plain)
1
2
3
4
5
6
module Net
  class Protocol; end
  class POP3 < Protocol
    VERSION = "0.1.0"
  end
end