1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
This commit is contained in:
Tom Freudenberg 2021-03-10 07:35:43 +01:00 committed by Hiroshi SHIBATA
parent eebecdf1c4
commit e22626f08e

View file

@ -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]