Skip to content

Commit 7ac1f44

Browse files
committed
Bump version to 0.4.0.1
1 parent 37ddcac commit 7ac1f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/net/smtp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class SMTPUnsupportedCommand < ProtocolError
187187
# user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
188188
#
189189
class SMTP < Protocol
190-
VERSION = "0.4.0"
190+
VERSION = "0.4.0.1"
191191

192192
# The default SMTP port number, 25.
193193
def SMTP.default_port

0 commit comments

Comments
 (0)