Skip to content

Commit

Permalink
book-keeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jan 12, 2023
1 parent 46b7f44 commit 56f56e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
X.XXXX XXXX-XX-XX
3.8099_01 2023-01-12

- Bug fix: NANP toll-free numbers corrected. 833 area code now supported,
and regex fixed to only match when the B and C digits are the same, so
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Devel::Deprecations::Environmental
OldPerl => { unsupported_from => '2023-01-08', older_than => '5.12.0' };

# MUST be in format N.NNNN, see https://github.com/DrHyde/perl-modules-Number-Phone/issues/58
our $VERSION = '3.8007';
our $VERSION = '3.8099_01';

my $NOSTUBS = 0;
sub import {
Expand Down

0 comments on commit 56f56e6

Please sign in to comment.