From 8323ba88152d73d3d506078ef4b9e37444e73c6f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 31 Dec 2016 19:55:06 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 4 +++- lib/App/Lastmsg.pm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 9ebc0cd..04b169a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension App::Lastmsg. +0.001001 2016-12-31T19:55+02:00 + - Add lastmsg to EXE_FILES + 0.001 2016-12-31T19:50+02:00 - Initial release - \ No newline at end of file diff --git a/lib/App/Lastmsg.pm b/lib/App/Lastmsg.pm index 827cd36..ca69e6d 100644 --- a/lib/App/Lastmsg.pm +++ b/lib/App/Lastmsg.pm @@ -12,7 +12,7 @@ use List::Util qw/max/; use POSIX qw/strftime/; our $OUTPUT_FILEHANDLE = \*STDOUT; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; our @DEFAULT_INBOX = ( "/var/mail/$ENV{USER}", -- 2.30.2