From dc3a65bd99a5d086906bdf299fced99be4d862ac Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 18 Nov 2020 15:43:46 +0900 Subject: [ruby/net-smtp] Bump version to 0.2.1 https://github.com/ruby/net-smtp/commit/6e5c09dcc4 --- lib/net/smtp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index 62e5bad4f0..a97c0c3395 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -168,7 +168,7 @@ module Net # user: 'Your Account', secret: 'Your Password', authtype: :cram_md5) # class SMTP < Protocol - VERSION = "0.2.0" + VERSION = "0.2.1" Revision = %q$Revision$.split[1] -- cgit v1.2.3