diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-09 22:44:00 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-09 22:44:00 +0200 |
commit | b8076acd1441bc3f12e891660ff86a166154150c (patch) | |
tree | db90537f715d3c834764f97262cf50c7313e65e8 /lib/Net | |
parent | 47fec06f75d365259c6bf1da78dfc4b5548ce5fe (diff) |
Bump version.
Diffstat (limited to 'lib/Net')
-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 6012049..3b9e10e 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. #---------------------------------------------------------------------- -package Net::IMAP::InterIMAP v0.0.1; +package Net::IMAP::InterIMAP v0.0.2; use warnings; use strict; |