Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 4, 2025
1 parent c0d18f9 commit abecdc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Business/ISBN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ BEGIN {
);
};

our $VERSION = '3.009';
our $VERSION = '3.011';

sub ARTICLE_CODE_OUT_OF_RANGE () { -5 }
sub INVALID_PREFIX () { -4 };
Expand Down
2 changes: 1 addition & 1 deletion lib/Business/ISBN10.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Carp qw(carp croak cluck);

my $debug = 0;

our $VERSION = '3.009';
our $VERSION = '3.011';

sub _max_length { 10 }

Expand Down
2 changes: 1 addition & 1 deletion lib/Business/ISBN13.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Carp qw(carp croak cluck);

my $debug = 0;

our $VERSION = '3.009';
our $VERSION = '3.011';

sub _max_length { 13 }

Expand Down

0 comments on commit abecdc6

Please sign in to comment.