mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/net-smtp] Bump version to 0.2.1
https://github.com/ruby/net-smtp/commit/6e5c09dcc4
This commit is contained in:
parent
6e487719b4
commit
dc3a65bd99
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.0"
|
||||
VERSION = "0.2.1"
|
||||
|
||||
Revision = %q$Revision$.split[1]
|
||||
|
||||
|
|
Loading…
Reference in a new issue