Skip to content

Commit a0075eb

Browse files
committed
Bump up v0.5.1
1 parent afaa298 commit a0075eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/smtp.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class SMTPUnsupportedCommand < ProtocolError
192192
# compatibility, but are deprecated and should be avoided.
193193
#
194194
class SMTP < Protocol
195-
VERSION = "0.5.0"
195+
VERSION = "0.5.1"
196196

197197
# The default SMTP port number, 25.
198198
def SMTP.default_port

0 commit comments

Comments
 (0)