ruby-changes:65929
From: Shugo <ko1@a...>
Date: Thu, 22 Apr 2021 14:41:52 +0900 (JST)
Subject: [ruby-changes:65929] a9fe00c3ba (master): [ruby/net-imap] Bump version to 0.2.1
https://git.ruby-lang.org/ruby.git/commit/?id=a9fe00c3ba From a9fe00c3baf26b94d924149e99334f4d587e125e Mon Sep 17 00:00:00 2001 From: Shugo Maeda <shugo@r...> Date: Wed, 17 Mar 2021 09:17:53 +0900 Subject: [ruby/net-imap] Bump version to 0.2.1 https://github.com/ruby/net-imap/commit/31f96ea884 --- 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 29c2e23..834ff0d 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -201,7 +201,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/imap.rb#L201 # Unicode", RFC 2152, May 1997. # class IMAP < Protocol - VERSION = "0.2.0" + VERSION = "0.2.1" include MonitorMixin if defined?(OpenSSL::SSL) -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/