aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTom Freudenberg <tom.freudenberg@4commerce.de>2021-03-10 07:35:43 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-28 10:51:10 +0900
commite22626f08e17c7a1f74b4e31c180d57da7865f4a (patch)
tree34cb2507e606e4b058e041cbe5293b4aaff5778c /lib
parenteebecdf1c4c631bcccd39fb5c08311ea4e632699 (diff)
downloadruby-e22626f08e17c7a1f74b4e31c180d57da7865f4a.tar.gz
[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
Diffstat (limited to 'lib')
-rw-r--r--lib/net/smtp.rb2
1 files changed, 1 insertions, 1 deletions
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]