Skip to content

Commit

Permalink
🔖 Bump version to 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Dec 24, 2023
1 parent 1a26054 commit f0136cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ module Net
# * {IMAP URLAUTH Authorization Mechanism Registry}[https://www.iana.org/assignments/urlauth-authorization-mechanism-registry/urlauth-authorization-mechanism-registry.xhtml]
#
class IMAP < Protocol
VERSION = "0.4.8"
VERSION = "0.4.9"

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

3 comments on commit f0136cd

@hsbt
Copy link
Member

@hsbt hsbt commented on f0136cd Dec 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nevans FYI: This commit is needed to test and release for Ruby 3.3.0. I manually pick your tag and push it to master branch.

@nevans
Copy link
Collaborator Author

@nevans nevans commented on f0136cd Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hsbt Thanks for this. And also for everything else you've done for the ruby 3.3 release!

@hsbt
Copy link
Member

@hsbt hsbt commented on f0136cd Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also thank you for your work!

Please sign in to comment.