From e22626f08e17c7a1f74b4e31c180d57da7865f4a Mon Sep 17 00:00:00 2001 From: Tom Freudenberg Date: Wed, 10 Mar 2021 07:35:43 +0100 Subject: [PATCH] [ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings >0.2.1 https://github.com/ruby/net-smtp/commit/8f2c9323e2 --- 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 9dd1d26d22..56820befc6 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.1" + VERSION = "0.2.1-patch-ssl-context" Revision = %q$Revision$.split[1]