lib/net/smtp.rb in net-smtp-0.4.0 vs lib/net/smtp.rb in net-smtp-0.4.0.1
- old
+ new
@@ -185,10 +185,10 @@
# # CRAM MD5
# Net::SMTP.start('your.smtp.server', 25
# user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
#
class SMTP < Protocol
- VERSION = "0.4.0"
+ VERSION = "0.4.0.1"
# The default SMTP port number, 25.
def SMTP.default_port
25
end