Skip to content

Commit

Permalink
Bump version to 0.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 5, 2024
1 parent 37ddcac commit 7ac1f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/smtp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class SMTPUnsupportedCommand < ProtocolError
# user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
#
class SMTP < Protocol
VERSION = "0.4.0"
VERSION = "0.4.0.1"

# The default SMTP port number, 25.
def SMTP.default_port
Expand Down

0 comments on commit 7ac1f44

Please sign in to comment.