From 38ce681e594e0a12b46fda77b9729c85e090dc13 Mon Sep 17 00:00:00 2001 From: nick evans Date: Fri, 7 Feb 2025 16:17:28 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.3.8?= 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 9c932c07..2abf8405 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.7" + VERSION = "0.3.8" include MonitorMixin if defined?(OpenSSL::SSL)