summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-18 15:43:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-18 16:28:46 +0900
commitdc3a65bd99a5d086906bdf299fced99be4d862ac (patch)
tree5d670032da9b2622ed10917664d2a659e1a28f58 /lib/net/smtp.rb
parent6e487719b4a40aff13128a58012b4e8f12d491b0 (diff)
[ruby/net-smtp] Bump version to 0.2.1
https://github.com/ruby/net-smtp/commit/6e5c09dcc4
Diffstat (limited to 'lib/net/smtp.rb')
-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 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]