bump to 0.0.1 post fixing

This commit is contained in:
Zane C. B-H 2018-11-05 20:18:59 -06:00
parent 322714c6ce
commit 316aa0cadb
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
Revision history for BackupPC-Backups-Info
0.0.1 2018-11-05/20:20
-Correct bin/bpc-info expecting -a to always be defined.
0.0.0 2018-11-05/05:00
-Initial release.

View File

@ -50,7 +50,7 @@ sub main::HELP_MESSAGE {
}
sub main::VERSION_MESSAGE {
print "bpc-info v. 0.0.0\n";
print "bpc-info v. 0.0.1\n";
}
#finds the age in days

View File

@ -11,11 +11,11 @@ BackupPC::Backups::Info - Restrieves info on BackupPC backups.
=head1 VERSION
Version 0.0.0
Version 0.0.1
=cut
our $VERSION = '0.0.0';
our $VERSION = '0.0.1';
=head1 SYNOPSIS