diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-11-18 15:43:46 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-11-18 16:28:46 +0900 |
commit | dc3a65bd99a5d086906bdf299fced99be4d862ac (patch) | |
tree | 5d670032da9b2622ed10917664d2a659e1a28f58 | |
parent | 6e487719b4a40aff13128a58012b4e8f12d491b0 (diff) |
[ruby/net-smtp] Bump version to 0.2.1
https://github.com/ruby/net-smtp/commit/6e5c09dcc4
-rw-r--r-- | lib/net/smtp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index 62e5bad4f0..a97c0c3395 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.0" + VERSION = "0.2.1" Revision = %q$Revision$.split[1] |