From 532941ea5ff913d0204929ea83701b8e17e0e0a8 Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Sat, 4 Jun 2011 13:58:54 +0200 Subject: [PATCH] ready for release --- lib/File/Rsync/Mirror/Recent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index 2aae878..3c9d688 100644 --- a/lib/File/Rsync/Mirror/Recent.pm +++ b/lib/File/Rsync/Mirror/Recent.pm @@ -28,7 +28,7 @@ use Storable; use Time::HiRes qw(); use YAML::Syck; -use version; our $VERSION = qv('0.2.0'); +use version; our $VERSION = qv('0.2.1'); =head1 SYNOPSIS -- 2.11.4.GIT