diff options
author | Shugo Maeda <[email protected]> | 2021-03-17 09:17:53 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-04-22 14:38:32 +0900 |
commit | a9fe00c3baf26b94d924149e99334f4d587e125e (patch) | |
tree | b2e81b118a1e86343f5e4db234d9b7158304c18b /lib/net | |
parent | d785c5b8b2ed31202045d29f5981afc43b430dff (diff) |
[ruby/net-imap] Bump version to 0.2.1
https://github.com/ruby/net-imap/commit/31f96ea884
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/imap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 29c2e23e52..834ff0dee7 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -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) |