diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-01-20 20:29:58 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-01-22 12:10:25 +0100 |
commit | e85db0b140eb2c56fa46231829a1bfe6f98ede7d (patch) | |
tree | 497b1080e18192a9cf34129dd2cb034293c81def /lib | |
parent | 24362150d8ff8245885f47b8cd8362c2d2e39b46 (diff) |
Bump version number.
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 3d8bd97..8280fb2 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.3; +package Net::IMAP::InterIMAP v0.0.4; use warnings; use strict; |