Skip to content

Commit

Permalink
change version to 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed May 26, 2017
1 parent 5a885d0 commit e0a7bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BackupPC-XS version 0.53
BackupPC-XS version 0.54
========================

BackupPC::XS implements various BackupPC functions in a perl-callable
Expand Down
2 changes: 1 addition & 1 deletion lib/BackupPC/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ my @FILE_TYPES = qw(
'all' => [ @EXPORT_OK ],
);

our $VERSION = '0.53';
our $VERSION = '0.54';

require XSLoader;
XSLoader::load('BackupPC::XS', $VERSION);
Expand Down

0 comments on commit e0a7bd9

Please sign in to comment.