diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2022-02-27 16:24:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2022-02-27 16:24:31 +0100 |
commit | 8ad5e5a218253a76eabf36bfd83f9e1a2a708377 (patch) | |
tree | 5b8a92f62256cdeee618a03116815bd86ed2693c /lib | |
parent | 0df603bfca85e859bdf21ffe1b32ce897caf8b7d (diff) |
Prepare new release v0.5.7.v0.5.7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index 5d1748b..55a18a0 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -16,7 +16,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. #---------------------------------------------------------------------- -package Net::IMAP::InterIMAP v0.5.6; +package Net::IMAP::InterIMAP v0.5.7; use v5.20.0; use warnings; use strict; |