Skip to content

Commit a9459de

Browse files
committed
🔖 Release version v0.4.0
1 parent 6acb125 commit a9459de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ module Net
662662
# * {IMAP URLAUTH Authorization Mechanism Registry}[https://www.iana.org/assignments/urlauth-authorization-mechanism-registry/urlauth-authorization-mechanism-registry.xhtml]
663663
#
664664
class IMAP < Protocol
665-
VERSION = "0.4.0-dev"
665+
VERSION = "0.4.0"
666666

667667
# Aliases for supported capabilities, to be used with the #enable command.
668668
ENABLE_ALIASES = {

0 commit comments

Comments
 (0)