[ruby/net-imap] Bump version to 0.2.1

https://github.com/ruby/net-imap/commit/31f96ea884
This commit is contained in:
Shugo Maeda 2021-03-17 09:17:53 +09:00 committed by Hiroshi SHIBATA
parent d785c5b8b2
commit a9fe00c3ba

View File

@ -201,7 +201,7 @@ module Net
# Unicode", RFC 2152, May 1997. # Unicode", RFC 2152, May 1997.
# #
class IMAP < Protocol class IMAP < Protocol
VERSION = "0.2.0" VERSION = "0.2.1"
include MonitorMixin include MonitorMixin
if defined?(OpenSSL::SSL) if defined?(OpenSSL::SSL)