Skip to content

Commit 174e35c

Browse files
committed
Bump version to 0.3.1
1 parent a0d6724 commit 174e35c

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
@@ -220,7 +220,7 @@ module Net
220220
# Unicode", RFC-2152[https://tools.ietf.org/html/rfc2152], May 1997.
221221
#
222222
class IMAP < Protocol
223-
VERSION = "0.3.0"
223+
VERSION = "0.3.1"
224224

225225
include MonitorMixin
226226
if defined?(OpenSSL::SSL)

0 commit comments

Comments
 (0)