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:
parent
eebecdf1c4
commit
e22626f08e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue