1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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.
#
class IMAP < Protocol
VERSION = "0.2.0"
VERSION = "0.2.1"
include MonitorMixin
if defined?(OpenSSL::SSL)