Skip to content

Commit 13feeaf

Browse files
committed
🔖 Bump version to 0.5.2
1 parent e570d48 commit 13feeaf

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
@@ -723,7 +723,7 @@ module Net
723723
# * {IMAP URLAUTH Authorization Mechanism Registry}[https://www.iana.org/assignments/urlauth-authorization-mechanism-registry/urlauth-authorization-mechanism-registry.xhtml]
724724
#
725725
class IMAP < Protocol
726-
VERSION = "0.5.1"
726+
VERSION = "0.5.2"
727727

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

0 commit comments

Comments
 (0)