8000 mod: bump to a new VERSION that could be checked for testings >0.2.1 · ruby/net-smtp@8f2c932 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f2c932

Browse files
mod: bump to a new VERSION that could be checked for testings >0.2.1
1 parent 4213389 commit 8f2c932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/smtp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class SMTPUnsupportedCommand < ProtocolError
168168
# user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
169169
#
170170
class SMTP < Protocol
171-
VERSION = "0.2.1"
171+
VERSION = "0.2.1-patch-ssl-context"
172172

173173
Revision = %q$Revision$.split[1]
174174

0 commit comments

Comments
 (0)
0