From 468119490177aafef8b4f1905bc3c5f2f571f0b6 Mon Sep 17 00:00:00 2001 From: nick evans Date: Wed, 26 Jul 2023 11:10:33 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Bump=20version=20to=200?= =?UTF-8?q?.3.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 22538f63..9c932c07 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -699,7 +699,7 @@ module Net # * {Character sets}[https://www.iana.org/assignments/character-sets/character-sets.xhtml] # class IMAP < Protocol - VERSION = "0.3.6" + VERSION = "0.3.7" include MonitorMixin if defined?(OpenSSL::SSL)