Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
salva committed May 14, 2015
1 parent 87502f1 commit c2cefe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Math/Int64.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

BEGIN {
our $VERSION = '0.53';
our $VERSION = '0.54';
require XSLoader;
XSLoader::load('Math::Int64', $VERSION);
}
Expand Down

0 comments on commit c2cefe2

Please sign in to comment.