Skip to content

Commit 146ad37

Browse files
committed
🔖 Update VERSION to 0.4.0-dev
I should have done this immediately after branching v0.3-bugfixes!
1 parent 70da7db commit 146ad37

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.3.4"
665+
VERSION = "0.4.0-dev"
666666

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

0 commit comments

Comments
 (0)