diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-26 23:11:11 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-26 23:11:11 +0100 |
commit | 9cbaed6527c3030819976dbe41bfb4392d6a6fa2 (patch) | |
tree | 388a37718d16b0c9f3bfe286a1577ae183d1b232 /lib | |
parent | 28949bd234e3d977bc2dfc10df3a76a921cc2c07 (diff) |
Prepare new release v0.5.5.v0.5.5
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 09f510f..0c4fc89 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.0.5; +package Net::IMAP::InterIMAP v0.5.5; use v5.20.0; use warnings; use strict; |