From 689500cad4ebc026385f6724f2fb2c7f9dd7ac43 Mon Sep 17 00:00:00 2001 From: Shugo Maeda Date: Wed, 7 Jul 2021 16:10:20 +0900 Subject: [PATCH] Bump version to 0.2.2 --- lib/net/imap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 1c191533..5467890c 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -227,7 +227,7 @@ module Net # Unicode", RFC-2152[https://tools.ietf.org/html/rfc2152], May 1997. # class IMAP < Protocol - VERSION = "0.2.1" + VERSION = "0.2.2" include MonitorMixin if defined?(OpenSSL::SSL)