From 7ac1f4485e945ee7771ed025261c8f55210a65e3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 5 Jan 2024 16:41:56 +0900 Subject: [PATCH] Bump version to 0.4.0.1 --- lib/net/smtp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index 6ceb61b..e983ff6 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -187,7 +187,7 @@ class SMTPUnsupportedCommand < ProtocolError # 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