Bump version and update Changes
[app-lastmsg.git] / lib / App / Lastmsg.pm
index 40a3e8a4b89d06c692ef0e62da9e4af92400760e..8f7be5ed663814c2b79960e88a2d5cf757965b05 100644 (file)
@@ -12,7 +12,7 @@ use List::Util qw/max/;
 use POSIX qw/strftime/;
 
 our $OUTPUT_FILEHANDLE = \*STDOUT;
-our $VERSION = '0.001002';
+our $VERSION = '0.002';
 
 our @DEFAULT_INBOX;
 push @DEFAULT_INBOX, "/var/mail/$ENV{USER}" if exists $ENV{USER};
@@ -133,7 +133,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.1 or,
This page took 0.009626 seconds and 4 git commands to generate.