aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/pop/version.rb
blob: 4857d4de62af0d03d4787877f9e06fea1c8229c7 (plain)
1
2
3
4
5
module Net
  class POP3
    VERSION = "0.1.0"
  end
end